App reviews, troubleshooting, and recommendations
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
I need apps with a minimum number of products ordered, is there something like that?
Hello AdityaS,
You can set minimum order quantity by customizing theme instead of using some app.
Go to Online Store->Theme->Edit code->Sections->product template.liquid.
Search this code
<input type="number" id="Quantity" name="quantity" value="1" min="1" class="quantity-selector">
set min as what quantity you want.
What if you require MOQ for certain items and not others -- is there an easy way to code that by Product or by collection?
Thank you!
@JodiK wrote:What if you require MOQ for certain items and not others -- is there an easy way to code that by Product or by collection?
Yes, common to use tags
{% if product.tags contains "MOQ" %}
{% endif %}
Basing it on other properties is a common topic able to be searched about liquid logic to show things on collections or product pages
Thanks! It works on the Product page!
But how can I also set MOQ for the quick add button? It's on the Collection Page, under the product grid, under each product there is an "Add to cart" button.
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