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