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 ?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025