'
Allow to purchase only 6 items
hello,
I would need to manage a rule that does not allow you to go to checkout with a number of items other than 6 (no more and no less than 6).
Module has section where you can define "cart quantity conditions". You can set there several rules.
Two of them:
- Cart can't have more than X products
- Cart must have at least X products
So you can create condition like:
- cart cant have more than 6 items + cart must have at least 6 items
- cart cant have more than 6 items + cart must have at least 6 items
in effect cart will accept only 6 items :)
I must also manage a rule that says that there can be no more than 1 item of the same product in the cart.
In the same section (cart quantity conditions) you can set also rule like:
- Cart can't have more than X products
It can be used to allow to purchase only 1 qty of the same product. In this case you will need to create such rule for all items in your shop.
So, at the end: i confirm, with this plugin you can achieve what you expect.
best regards,
milos
0 comments:
Post a Comment