[ic] Ordering multiple items

Ed LaFrance interchange-users@interchange.redhat.com
Thu Aug 16 11:47:00 2001


At 04:08 PM 08/16/2001 +0400, you wrote:
>Hello, list!
>
>How can I manually order more than one item?
>This method not work:
>
>http://www.name.com/cgi-bin/catalog/order?;A2001668;A2001667
>
>-really ordering only FIRST item.
>
>Sergey.

I am fairly certain that, without some custom perl, this is only doable 
with a form:

<form action="[process-target]" method=post>
<input type=hidden name=mv_todo value=refresh>
<input type=hidden name=mv_order_item value=item1>
<input type=hidden name=mv_order_quantity value=1>
<input type=hidden name=mv_order_item value=item2>
<input type=hidden name=mv_order_quantity value=1>
...
<input type=submit value="Add to Basket">
</form>

...you could also use the form argument for [area]:

<a href="[area form="
         mv_todo=refresh
         mv_order_item=item1
         mv_order_quantity=1
         mv_order_item=item2
         mv_order_quantity=1
"]">Add to Basket</a>

- Ed L.






>_______________________________________________
>interchange-users mailing list
>interchange-users@interchange.redhat.com
>http://interchange.redhat.com/mailman/listinfo/interchange-users

===============================================================
New Media E.M.S.               Software Solutions for Business
463 Main St., Suite D          eCommerce | Consulting | Hosting
Placerville, CA  95667         edl@newmediaems.com
(530) 622-9421                 http://www.newmediaems.com
(866) 519-4680 Toll-Free       (530) 622-9426 Fax
===============================================================