Shopify / buy-button-js

BuyButton.js is a highly customizable UI library for adding ecommerce functionality to any website.
http://shopify.github.io/buy-button-js/
MIT License
244 stars 114 forks source link

Buy Button Not working #738

Open ved-numeroeins opened 3 years ago

ved-numeroeins commented 3 years ago

I have got buy-button code from my shopify store and using the same on a wordpress blog. The UI appears perfect. But when someone click on the Add To Cart button it does not add items to cart and does not even open the cart slider.

https://jetsettimes.com/ is my wordpress blog. I have a few featured products listed on Home landing page itself.

Please someone let me know what can be causing the issue. Let me know if other information is needed.

One more thing to note: The button works fine when I am logged in with Admin account and Edit the page in WPBakery Page Builder.

cinghaman commented 3 years ago

@ved-numeroeins most likely it would have been caching issue, since you were able to use it when logged in, I generally would recommend when you add something new to the site especially JS/CSS simply flush your server + website cache (in case you are using a caching) and also flush your browser cache. At the moment i can see the slider with add to cart products and can easily add the product, if it is resolved maybe mark your issue closed.