HI
I am trying to make an "add giftcard to cart" page. I have created a product, and given it the type "giftcard"
I wan´t it to be possible for the visitor to decide the amount/value of the giftcard
This is what my form is outputting www.mywebshop.com?cartcmd=add&amount=500&productid=PROD426
I would expect that to add a giftcard of the value 500 to cart, but instead it adds a product/giftcard with the value 53.68.
What am i doing wrong?
/Hans