Hi there,
The issue is that the product is added to the cart with a custom Ajax method (that of your theme), and that method only sends a selected data, instead of the full add to cart form.
I’ll look into adding compatibility, but for now, you will need to deactivate the “ajax add to cart” function for the configurable products.
Marc
after disabling add to cart ajax functionality. the configurator add to cart is not adding product in cart.
I’ve got this error in the console for the configurator product
“Uncaught ReferenceError: wc_add_to_cart_params is not defined
at HTMLButtonElement. (custom.min.js:1:58707)
at HTMLDocument.dispatch (jquery.min.js:2:40035)
at v.handle (jquery.min.js:2:38006)
at Object.trigger (jquery.min.js:2:70124)
at HTMLButtonElement. (jquery.min.js:2:70726)
at Function.each (jquery.min.js:2:3129)
at e..each (jquery.min.js:2:1594)
at e..trigger (jquery.min.js:2:70701)
at n.add_to_cart (configurator.min.js:1:13928)
at HTMLDivElement.dispatch (jquery.min.js:2:40035)”
please give me any solution for it.
after disabling add to cart ajax functionality. the configurator add to cart is not adding product in cart.
How did you disable it? I just looked at the theme’s code and it looks like the feature can’t be disabled without breaking.
i disabled the woocommerce add to cart ajax? is this not the way
Yes it should be the way, but your theme seems to require the Ajax method. Without it even the normal Add to cart button doesn’t work
Anyways I added a compatibility patch to the configurator, which you can use by installing the development version from the bottom of this page: https://wordpress.org/plugins/product-configurator-for-woocommerce/advanced/
thanks your development version is working.
I doubt the development version code is available after you push normal updates for the plugin. and one problem arises whenever I see configurated products on the cart page it shows configurations on related products too.