[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
problem ordering multiple items with mv_order_item
Hi All,
I have tried to order multiple items using both of the following
methods.
They both give the same result. The first item in the form gets ordered
three times in this example (or as many times as there are items in the
form)
So if I try to order 5 items, the first item gets ordered 5 times.
Also, after viewing the item in the basket page, i go to checkout and
have no items.
I have tried all of the examples that i can find in the list archive and
the docs.
[page form="
mv_order_item=200
mv_order_quantity=1
mv_order_item=201
mv_order_quantity=1
mv_order_item=202
mv_order_quantity=1
mv_todo=refresh"]
Order multiple items
[/page]
<FORM METHOD=POST ACTION="[process-order]">
<input type=hidden name="mv_doit" value="refresh">
<input type=hidden name="mv_order_quantity" value="1">
<input type=hidden name="mv_separate_items" value="0">
<INPUT TYPE=hidden NAME=mv_order_item VALUE="200">
<INPUT TYPE=hidden NAME=mv_order_item VALUE="201">
<INPUT TYPE=submit VALUE="Add to shopping Basket">
</form>
Using mv 3.15/ perl 5.005_03
TIA
Macky..