Forum

Thread tagged as: Question, Addons, Shop
Drew McLellan

Drew McLellan 2638 points
Perch Support

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

<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>
Drew McLellan

Drew McLellan 2638 points
Perch Support

Yes, that looks better.

Do you have any idea what the fix is?

Drew McLellan

Drew McLellan 2638 points
Perch Support

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

Drew McLellan

Drew McLellan 2638 points
Perch Support

Did you solve the problem?