Shopify themes, liquid, logos, and UX
I would like to set the inventory threshold to 99 on my product page. Currently, the maximum I can set through theme customization is 40, and I haven't found a way to increase it to 99.
Could someone assist me in raising this threshold to 99?
product link: https://testingstoresandthemes.myshopify.com/products/600ml-shaker?variant=44557536428277
Password: lock
Thank you
Do you want all products to be 99 or just that one product?
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
all of them
To do this. Need to edit liquid code on your theme. To do this, please message me for help. @technase
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
This can be done by modifying your theme code. You can use this code
{% if product.available and product.variants.first.inventory_quantity <= 99 %}
<p>{{ product.variants.first.inventory_quantity }} items left</p>
{% endif %}
Do I add this code to theme.liquid or style.css ?
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024