Min and max quantities
-
Hi,
I have a product which I wish to discount when 5 or over are purchased.
To achieve this I have set up 2 products:
-Single purchase – £12
-Bulk purchase of 5 – £50 (£10 each)The problem is, if someone buys 6, 7 or 8 they should still be getting them for £10 each instead of £12.
I see in the dev tool this line which allows a min and max quantity to be set but I cannot find a way to set this up per product. This seems a useful and simple setting to implement.
<input type=”number” min=”1″ class=”asp_product_item_qty_input” id=”stripeCustomQuantity_0″ value=”1″ name=”stripeCustomQuantity” placeholder=”Enter quantity” required=”” max=”4″ size=”6″>
I tested this in a live browser and it works perfectly.
Are you able to add the option per product?
Thanks.
The topic ‘Min and max quantities’ is closed to new replies.