Hi All
In the CartV2, is it possible to change the quantity of the increase and decrease links ?
I’m have tried just to add an &quantity=4 to the link
href="@i.GetValue("Ecom:Order:OrderLine.IncrementLink")&quantity=4"
Turns into html, it looks ok, but my extra parameter has no effect, still only increases by 1:
href="/chart?CartCmd=IncOrderLine&key=OL24&quantity=4"
So apparently this hack dos not work, but any idea how I can make this functionality ?
Regards NIversen