In my case, I changed the option URL Endpoint to ‘cart?add-to-cart={id}’ and solve my problem for now.
Just a tip to don’t appear 404 error while the fix is not solved.
cart?add-to-cart={id}
-
This reply was modified 5 years, 9 months ago by mfelini.
In my case, I changed the option URL Endpoint to ‘cart?add-to-cart={id}’ and solve my problem for now.
Just a tip to don’t appear 404 error while the fix is not solved.
cart?add-to-cart={id}
or
checkout?add-to-cart={id}