[ic] form to both log in and order an item

John Allman interchange-users@icdevgroup.org
Tue Oct 1 04:16:03 2002


Dan Browning wrote:

> Try adding these to your form:
> mv_order_quantity=5
> mv_order_item=os20000

Thanks - that almost did it. i added:

<input type=hidden name=mv_order_quantity value=1>
<input type=hidden name=mv_order_item value=os20000>

but unfortunately there's now two items to be ordered in the checkout. 
i've tried setting mv_order_quantity to 0 and even removing it but no 
matter what i do it orders it twice!! Any ideas?

thanks

John