Hi,
In the old cart module it was possible to set the amount on each orderline in an input field, and then do a "bulk" amount update by useing the tag, Ecom:Order:CarForm.SubmitUpdate. Is there an equiliant on the cart v2 module?
/Regin Madsen
Hi
You can this code:
Quantity input field:
<!--@Ecom:Order:OrderLine.Quantity.Input.Box-->
And the update button:
<input type="submit" name="<!--@CartV2.CurrentStepButtonName-->" id="<!--@CartV2.CurrentStepButtonName-->" value="<!--@Translate(update, "Update")-->" class="submitter" />
I hope that this is usefull.
Kind regards,
Merethe
You must be logged in to post in the forum