[ic] Help on Storing Shipping Info

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


> "[userdb function=get_shipping nickname="[value mv_blob_nick]"]
> [if value address_book]
> [loop arg="[value address_book]"]
> <br><a href="#"
>
onClick="javascript:document.frmNick.mv_blob_nick.value='[loop-code]';docume
nt.frmNick.submit();return
> false">
> [loop-code]</a>
> [/loop]
> [/if]"

    I am not sure if the first line is what you want, it depends on what the
form action for frmNick is.  I suspect that mv_blob_nick is undef when you
first load the page.
    You need to load the shipping names via:

[userdb function=get_shipping_names]

    somewhere before your [if value address_book] code block.

Jeff