minimum order quantity

AdityaS
Tourist
6 0 3

I need apps with a minimum number of products ordered, is there something like that?

Replies 7 (7)
oscprofessional
Shopify Partner
14784 2218 2706

Hello ,

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.

If helpful then Please Like and Accept Solution. Chat on WhatsApp | Skype : oscprofessionals-87 |
Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
AdityaS
Tourist
6 0 3

Thank you! its work

Conorb
New Member
2 0 0

This worked!

JodiK
New Member
1 0 0

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!

PaulNewton
Shopify Partner
5189 464 1125

@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

Finally Combinable Discounts - EARLY ACCESS ONLY - Use Free Shipping With Other Discounts

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org
Problem Solved? ✔Accept and Like solutions to help future merchants
Confused? Busy? Buy a custom solution paull.newton+shopifyforum@gmail.com
gemstonehk
New Member
1 0 0

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.

Jcconno
Shopify Partner
1 0 0

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