Contact Us

Our customer service operations is open 24/7, 7 days a week
$('body').on('click', '.qty-minus', function() { $( ".update-cart" ).trigger( "click" ); }); $('body').on('click', '.qty-plus', function() { $( ".update-cart" ).trigger( "click" ); });