[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] address book for shipping addresses
HI:
Interchange has the functionality of handling multiple addresses,
give a look in the docs "User Database Functions"
http://interchange.redhat.com/cgi-bin/ic/docfly.html?mv_arg=icdatabase09%2e0
3 .
And if you want a form to display the address paste the following code
snippet into your interchange checkout page.
----------------------------------
<FORM action="[process-target]" method="POST">[userdb
function=get_shipping_names]
[if value address_book]
<SELECT name="s_nickname">[loop arg="[value address_book]"]
<OPTION>[loop-code] [/loop]
</SELECT>
<INPUT type="submit" name="mv_check" value="Recall Shipping">[/if]
</FORM>
[set Recall Shipping]
mv_todo=return
mv_nextpage=ord/basket
[userdb function=get_shipping nickname="[value s_nickname]"]
[/set]
-----------------------------------------
Hope you will get it.
Thank You
Chaim Klar
(718)871-6751