Liquid, JavaScript, themes, sales channels
Hi ,
Somebody tried to add code to update cart button based on variant inventory, but it was not done fully. Here is the code -- it fails because inv_qty array is not defined.
var bcd1=inv_qty[ variant.id ];
if(bcd1<1){
var html23='<span id="AddToCartText-product-template-pre">Pre order</span>';
cache.$addToCartText.html(html23);
}
else{
cache.$addToCartText.html(theme.strings.addToCart);
}
I'd try to either comment this part of code by wrapping it with /* ... */, or add the code I "invented" in this forum post: https://community.shopify.com/c/Shopify-Design/Display-variant-inventory-quantity-on-product-page-Bo...
My code must be added somewhere in product template.
My e-mail address is in the signature -- send me an e-mail.
User | RANK |
---|---|
14 | |
10 | |
7 | |
6 | |
6 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022