That does not look like a product ID to me. It should be a simple integer - the first product is 1
1
Yes! The form looks like this
<form id="form2_add_to_cart" action="/shop/cart" method="post"> <input id="form2_product" name="product" value="2" type="hidden"> <input value="Add to cart" type="submit"> <input type="hidden" name="cms-form" value="YWRkX3RvX2NhcnQ6cGVyY2hfc2hvcDovdGVtcGxhdGVzL3Nob3AvcHJvZHVjdHMvbGlzdC5odG1sOjE0Njc2NTY0MjE="> </form>
Yes, that looks better.
Do you have any idea what the fix is?
I'm no longer sure what problem you're describing.
What debug do you get on the cart page after posting the form?
Is your cart page really /shop/cart and not /shop/cart/ ?
/shop/cart
/shop/cart/
Thank you
Did you solve the problem?
That does not look like a product ID to me. It should be a simple integer - the first product is
1
Yes! The form looks like this
Yes, that looks better.
Do you have any idea what the fix is?
I'm no longer sure what problem you're describing.
What debug do you get on the cart page after posting the form?
Is your cart page really
/shop/cart
and not/shop/cart/
?Thank you
Did you solve the problem?