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
We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023