Hi everyone I have an issue recently. When a customer add products, press add to cart button, the cart on the header doesn’t update, even the slide cart.
What is strange is that this issue happens when I use 2 page builder apps for my store, Pagefly and Shogun. I am wondering they are the reason??
My customers cannot see products in the cart, please help me. thanks!
I can’t speak for Pagefly, but I do know that most slide cart systems, also known as AJAX carts will not trigger when a non-theme add to cart button is used due to how their Javascript works and this is likely what is happening in this case if you are using a Page Builder add to cart button.
There are a couple of potential workarounds, depending on how the theme’s cart script functions.
A custom function can be added to the theme’s script to refresh the page or cart view upon clicking Shogun’s Add to Cart button.
Custom code modelled after the theme’s live product form can be added into the page using the HTML or Custom Element features in Shogun. If the same HTML markup & classes are used, the theme’s cart script should recognize it and update the AJAX cart accordingly.
Hi everyone I have an issue recently. When a customer add products, press add to cart button, the the slider cart doesn’t update until page is refreshed or a customer goes to another page.