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.
User | RANK |
---|---|
33 | |
26 | |
18 | |
9 | |
9 |
Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023Summary of EventsBeginning in January of 2023, some merchants reported seeing a large amo...
By Trevor May 15, 2023