Cart AJAX refresh looses widget
-
On the cart page if your cart is updated via AJAX the zip widget vanishes.
It is possible to resolve with this code but ideally it would be part of the plugin:
jQuery(document.body).on('updated_cart_totals', function () { $zmJs.render(); });
- The topic ‘Cart AJAX refresh looses widget’ is closed to new replies.