Integrate with Monster Cart Upsell + Free Gifts

Please add the following code to your theme's JS file:

$(document).ready(function() {
  $('body').on('stl.updateCartDetails', function(evt, cart) {
    if(window.openCart) monster_refresh();
  });
});

If you've any further issues with the cart, please feel free to reach us out.


Was this page helpful?