Conversation
supportHi, recently installed your plugin to try it. It works but it is not compatible with WooCommerce added to cart popup (Ajax) Is there any possible solution for this?? I need to co-exist your plugin and the other plugin. thank you!!
Hi, Sorry, don’t know about this feature of Add to cart popup ajax? Can you be more clear about it as I don’t know any Woocommerce add to cart popup feature in WooCommerce core
It is pretty self-explanatory. When user click add to cart button it will give you a pop-up containing what you put in the cart. When i clicked the buy now button it will just freeze.
The default behavior of buy now button is to redirect to the checkout page, your that popup plugin must be blocking the add to cart form submitting the form that’s why it is not getting redirected Disable the js of the popup plugin so it doesn’t intercept click on buy now button then it should work Apart from this, there is nothing we can do in our plugin
Hi, Sorry, don’t know about this feature of Add to cart popup ajax? Can you be more clear about it as I don’t know any Woocommerce add to cart popup feature in WooCommerce core
It is pretty self-explanatory. When user click add to cart button it will give you a pop-up containing what you put in the cart. When i clicked the buy now button it will just freeze.
The default behavior of buy now button is to redirect to the checkout page, your that popup plugin must be blocking the add to cart form submitting the form that’s why it is not getting redirected Disable the js of the popup plugin so it doesn’t intercept click on buy now button then it should work Apart from this, there is nothing we can do in our plugin