Tags/topics: 
1
Answers
Vote up!
0
Vote down!

Buyers must buy at least X number of items?

In the shop I am building buyers will have to buy at least 10 items. When someone tries to start the checkout process, a message should be shown telling the users the number of selected items is less than 10.
I already created a rule to apply accounts when more than 25 items are bought, so I know how to create a rule that checks the number of selected items. I cannot figure out how to stop the checkout process. Any ideas???

Asked by: GeertWil
on October 18, 2012

1 Answer

Vote up!
1
Vote down!

You could check the url for "checkout" and redirect to "/cart" with a message of "Sorry, not enough items in cart."

Josh

Josh Miller
Answer by: Josh Miller
Posted: May 1, 2013