KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: lrkwz on November 11, 2009, 09:57:26 am

Title: Minimum cart value/quantity
Post by: lrkwz on November 11, 2009, 09:57:26 am
Is there a way to configure a "minimum order value" or quantity ... let's say somothing like "You must spend more than 10€ to continue checkout" ?

If not what type of module should I develop?

Thank you
Title: Re: Minimum cart value/quantity
Post by: julie on November 11, 2009, 10:36:22 am
You could put the amount in a configuration variable and modify one of the struts actions to make the check and redirect the customer to the cart page if the condition isn't met.