[ic] Help on Storing Shipping Info

Jeff Dafoe interchange-users@icdevgroup.org
Mon Nov 25 01:17:01 2002


> How to store different ship addresses in userdb? I am using following
> code  to store the values in userdb but nick name is missing in the
> userdb

    I found it easiest to use the userdb functions set_shipping ,
get_shipping , and get_shipping_names .  Those work with the address book
stored as a perl hash in the userdb.address_book field.  I think the
nickname field in the userdb may have something to do with an older way of
storing multiple shipping addresses.

Jeff