This thing tells the customer how much more they have to purchase to get up to the minimum ammount you desire for purchase.
Legend: 
Download

Report
Discovered that if I put:
define('MIN_ORDER', 50); into configure.php, I am hard coding the min price so if I change the value in admin min values, it doesn't reflect in the checkout process. Change step 4 to database only and add the changes to application_top.php.
just edit german language file
addon for MS1 CreLoad5 fr and french language.
cette evolution de la version 1.7 est plus particulierement destinée a la version MS1 CreLoad 5 fr.
Cet addon inclue le fichier de fonctionnement pour la langue francaise.
Small fault in step2 corrected.
Now checks in checkout_payment if the amount is big enough.
Cleaner way than to check in shipping....
Small typo corrected in the sql query :-) thanks to Jean Carlo Rodriquez...
Rewritten version of 1.3. Now also support maximum price to order.
Warning message fixed. Now shows what you are short of or overspending depending on the set Minimum/Maximum.
This feature is version V1.3 of the improvement on Carlos Cabrera's Minimum price to order V1.1. This feature makes the minimum order a constant variable and adds the actual minimum order to the message.
ex.
You are $20.75 short of the $25.00 minimum order!
3 features have been added in this version.
1. The checkout button is disabled if the minimum order has not been met.
2. The error message is displayed as a standard warning below the main header.
3. The minimum order value can now be controlled from the admin interface.
This feature is an improvement on Carlos Cabrera's Minimum price to order V1.1. This version makes the minimum order a constant variable and adds the actual minimum order to the message.
ex.
You are $20.75 short of the $25.00 minimum order!
I plan to make this appear as a Warning message at the top of the page. I also plan to add this to the admin area, so that the minimum order can be set there.
This thing tells the customer how much more they have to purchase to get up to the minimum ammount you desire for purchase.
version 1.1 is a bug fix 8)
This thing tells the customer how much more they have to purchase to get up to the minimum ammount you desire for purchase.