No content to show
User Activity
Would this be a better script to use? I'm still not understanding where it needs to go:<p id="error-msg" style="display: none; color: red;">This product requires a quantity of 4 minimum.</p>
{% if product.tags contains "MIN4" %}
<script>
// Example ...
My assumption is that the code I need to edit is within this area, but I'm not sure where to paste/replace it. I've tried a few areas but none are having the expected result {%- when 'quantity_selector' -%}
<div
id="Quantity-Form-{{ section.id }}"
cl...
Thank you Paul. Below is a link to my website where I'm hoping I can add an MOQ. Sorry for the lack of clarity in my initial post. The goal is to add an MOQ to this product (and all other products).https://28cd87-a8.myshopify.com/products/style-01-ej...
05-19-2024
Hello, I'm trying to add the below code I found to add MOQ but I'm not sure where to paste it in. My theme has quite a few instances of quantity. I'm certainly a noob to this so any help would be greatly appreciated! <span class="input-amount">
<labe...