Hi,
Iam selling necklaces in bundles of 10.
Is there a way to modify the quantity selector to increment by 10 instead of 1 in plak?
Thanks in advance
Hi @patrick
Katrine here from Plak support
Yes it is possible to increment the quantity by 10 instead of 1 and here is how to do it.
- From your Shopify dashboard, click Online Store > Actions > Edit code
- Open the files prod-template1.liquid and prod-template2.liquid
- Replace the below line
<input type="number" id="Quantity-{{ section.id }}" name="quantity" value="1" min="1" class="product-form__input" pattern="[0-9]*" data-quantity-input>
- By this one
<input type="number" id="Quantity-{{ section.id }}" name="quantity" value="10" min="10" step="10" class="product-form__input" data-quantity-input>
- Click Save
Let me know if this worked for you 🙂
Kind regards,
katrine
Just perfect, thank you so much
@plaktheme Hi, I have a similar problem but I want to do my increments by 0.1. I'm using the Debut theme. I've tried implementing a solution similar to the one you've shared but it does not work.
@plaktheme Hi, I have a similar problem but I want to do my increments by 0.1. I'm using the Debut theme. I've tried implementing a solution similar to the one you've shared but it does not work.
The code given in this thread works only on Plak Theme, if you are Debut theme, I invite you to post a thread in the official Shopify forum, since we only support themes provided by PlakTheme
Kind regards,
Katrine
Welcome to the Shopify Forum Community provided by Plak ThemeLLC, a place where you can discuss about eCommerce and Shopify, solve technical issues, get help with Shopify Design, Apps integration, Marketing, Facebooks ad, Google ads and more.
Before posting, we invite you to read and follow the forum rules | We also support any questions related to Free Shopify themes :Dawn, Express, Minimal, Brooklyn, Narrative, Supply, Debut, Venture, Boundless and Simple