[ic] How to retrieve different shipping address values (company, first name, lastname...)

Jeff Dafoe interchange-users@icdevgroup.org
Sat Nov 30 10:38:00 2002


> Could any one please tell me how to retrieve associated values for nick
> names?
>
>  [userdb function=get_shipping_names]
>  [loop arg="[value address_book]"]
>  [loop-code]
>  [/loop]

    I am not sure what the code above is supposed to do, but assuming you
have the nickname for the shipping profile you want to load, it's:

[userdb function=get_shipping nickname="<nickname>"]


Jeff