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
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.