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
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.