Feedback for your online store from the community
Hi Everyone,
Can someone pl guide me on how to add the quantity counter at the checkout page? Iam not able to do the same on my page.
Attaching a sample screenshot for reference.
TIA.
Best,
Sachin
Hello @sachingupta ,
Try below <script></script>.
$(document).on('ready', function () { // initialization
var counter = 0;
$.HSCore.components.HSQantityCounter.init('.js-quantity', {
stopIncrease: function() {
if (counter >= 19) return true;
},
afterIncrease: function() {
counter += 1;
},
afterDecrease: function() {
counter -= 1;
}
});
});
Thanks,
Tuecus.
Dear @sachingupta
Shopify Plus users can only edit the Checkout page.
Connect your PayPal account to allow your customers to checkout using the PayPal gateway a...
ByYour online store speed can enhance your store’s discoverability, boost conversion rates a...
ByShopping is at our fingertips with mobile devices. Is your theme optimized to be user-frie...
By