• Welcome to KonaKart Community Forum. Please login or sign up.
 

Minimal order total value

Started by ady1981, June 09, 2010, 01:05:43 pm

Previous topic - Next topic

ady1981

Hello,

Is it possible to set up the minimal order total value for ordering (and do not let customer to checkout the order when total value less then specified value)?

I read the documentation and searched the forum and did not find the answer.

Regards,

-Andrey

trevor

You could easily achieve this by creating a configuration variable (see  how we do it on our database scripts) and store the amount in that so that you can edit it using the admin app. Then in the struts action class you could add code to not allow forwarding to the checkout screen when the checkout button is clicked.