Multiples of 6 (12, 18,24, etc.) possible?
-
Hello,
we have a wine shop here, and it is necessary that custoers must buy multiples of 6 Bottles, not single ones. Like, they must buy 6, 12, 18, 24, 30 etc., because this is the size of the package/box.
I have installed your plugin and created a min/max rule: Minimum of 6, and applied ot to a product. Now I see on this product page that the quantity counter starts with 6. This is good.
After tat comes 7, 8, 9, 10 etc. This is not good for us.
With Dev Tools I can see that tere is a “step” parameter:
<input type=”number” id=”quantity_6229a22218091″ class=”input-text qty text” min=”6″ max=”” name=”quantity” value=”1″ title=”Menge” size=”4″ placeholder=”” inputmode=”numeric” autocomplete=”off” step=”1″>
Setting this to step=”6″ does exactly what is needed…the quantity counter has 6, 12, 18, 24 etc.
Would it somehow be possible with your plugin to set the step rate to something other than 1?
Thanks!
- The topic ‘Multiples of 6 (12, 18,24, etc.) possible?’ is closed to new replies.