[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Order multiple items into multiple carts with one click
Hi list
I've searched through the documentation and the list archive, and it's
possible to order several items with one click. I've done it and it works:
[page form="
mv_order_item=abc
mv_order_quantity=1
mv_order_item=def
mv_order_quantity=1
mv_todo=refresh"]
Order multiple items
[/page]
However, I need to order the same item into several carts, something like
[page form="
mv_order_item=[item-code]
mv_order_quantity=1
mv_cartname=main
mv_order_item=[item-code]
mv_order_quantity=1
mv_cartname=subscription
mv_separate_items=1
mv_todo=refresh"]
Order multiple items
[/page]
mv_separate_items doesn't seem to make any difference. Anyway, it doesn't
work... How can I do this?
Thanks & best regards,
Eric