App reviews, troubleshooting, and recommendations
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.
Thank you! its work
This worked!
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.
Is this still where to find the code to edit. I’m using Dawn theme and cannot find this code when I search. Thanks so much
Photo 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, 2023With 2-Factor Authentication being required to use Shopify Payments, we’re here to help yo...
By Imogen Apr 26, 2023