KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: ady1981 on June 09, 2010, 01:05:43 pm

Title: Minimal order total value
Post by: ady1981 on June 09, 2010, 01:05:43 pm
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
Title: Re: Minimal order total value
Post by: trevor on June 09, 2010, 01:14:08 pm
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.