Hi,
I wan't to make a user donation form.
The user should then type in the amount on the donation in an input-box.
And the submit it.
The product value in set at 1kr. so the Quantity is the indicator for the hole amount.
form id="multiForm" method="post" name="multiForm"
input id="CartCmd" type="hidden" name="CartCmd" value="addMulti" /
input id="add" type="hidden" name="CartCmd" value="add" /
!--@Ecom:Product.Number--
!--@Ecom:Product.Name--
!--@Ecom:Product.Price.Price--
input name=Quantity!--@Ecom:Order.OrderLines.TotalQuantity-- value="0" type="text" /
input type="submit" value="Submit"
/form
What am I doing wrong ?
:/