This topic has 4 replies, 2 voices, and was last updated 6 years, 3 months ago ago by Olga Barlow
The theme is not compatible with Measurement Price Calculator of WooCommerce.
In ‘etheme.js’ i found this.
var data = {
action: 'et_woocommerce_add_to_cart',
product_id: form.find('[name="add-to-cart"]').val(),
quantity: form.find('.qty').val(),
variation_id: form.find('[name="variation_id"]').val(),
variation: variation,
};
So the data of the plugin is not send to your add to cart hook.
Is it possible to fix this, without making the theme or plugin un-updateable?
Hello,
Go to Theme Options > Single Product > Ajax Add to cart > off. Try if add to cart work when the Ajax add to cart is disabled. As a rule, such plugins use POST method to add to cart and are not compatible with Ajax.
Regards
Hi Olga,
Yes this is a solution.
Thank you!
Hello,
Great. You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up