Home Forums Basel support forum Add Subscription to cart is not triggering the Mini Cart Sidebar Reply To: Add Subscription to cart is not triggering the Mini Cart Sidebar

#23478

Artem Temos
Keymaster

Hello,

Actually, there is no bug not in our theme nor in the plugin. But yes, we rewrite default WooCommerce behavior because it doesn’t have AJAX add to cart on the single product page by default. And it is obvious that some plugins like that add some additional fields to the add to cart form that our AJAX handler is not aware of. So the handler for adding to cart in our theme is located in the file js/functions.js. Function name – addToCartAllTypes. If they want to add their custom data to the process, they will need to disable JS minification in Theme Settings -> Performance.

Regards