If I click add to cart on my shop theres an errormessage “parameter missing” how can i fix this?
Hello @luvoniservic ,
Check the console and find which parameter is missing.
Most probably it will be the current variant ID.
btw easy fix is to revert the changes you did recently and it will fix automatically.
Thanks
Hi @luvoniservic ,
As per Shopify doc this error occurs when you don’t submit a variant ID or quantity amount with your Add to Cart form.
Here is the link for the same:
https://shopify.dev/docs/themes/troubleshooting/fix-parameter-missing-or-invalid-errors
I Hope it helps!
Hi @luvoniservic
It is an error in your theme code. you are missing a variant id while adding to the cart.
please drop your store URL here. I’ll further investigate the issue for you!