Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hello,
When the WooCommerce cart is visited on a site that uses the Unwind theme, each item in the cart has nice “+” and “-” buttons. When changes are made to the quantities and the Update Cart button is clicked, the page reloads and the above buttons disappear. This is reproducible on the official Unwind demo site, but for what it’s worth, my platform is WP 4.7.1, WooCommerce 2.6.12, Unwind 1.0.4.
Actually, the page is not fully reloaded, but only partially. As the cart form is updated in DOM, the code that inserts the buttons is not triggered. I have managed to work this around in the JS console by hooking the ‘updated_wc_div’ event and re-adding the buttons as in woocommerce.js (could the wrong approach, I have no WordPress dev experience).
Hi Peter,
Thanks for letting us know about this. I’ve logged this as a bug in our issue tracker. We’ll investigate this as soon as possible and try come up with a fix.