
Originally Posted by
BFG 9000
This will do it :-
Code:
<form method="post" action="tableorder_process.aspx">
<input name="Qty_123_345_0_0" type="text" size="3" maxlength="3" /><br />
<input name="Qty_124_346_0_0" type="text" size="3" maxlength="3" /><br />
<input name="Qty_125_347_0_0" type="text" size="3" maxlength="3" /><br />
<input type="submit" value="Submit">
</form>
That will add :-
ProductID 123 (VariantID 345) AND
ProductID 124 (VariantID 346) AND
ProductID 125 (VariantID 347)
to your cart.
It's trivial to write this out in an xmlpackage.
TTFN
BFG
Hello,
Now I have additional price such dry clean price, laundry price. How can I add these addintional price to my shopping cart. Could you please give me some ideas?
Thanks,
Venus
Every thing is easy, If you try hard!