Is there a way to set a minimum order amount before checkout?
This is a discussion on Minimum Order Amount within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; Is there a way to set a minimum order amount before checkout?...
Is there a way to set a minimum order amount before checkout?
ever figure this one out?
Cliff...
Clifton Murphy CEO/CTO
Hyperactive Inc.
osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists!
Michael Sasek
osCMax Developer
osCmax installation service - Have our professionals install osCmax on your server - same day service!
osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0
Stay Up To Date with everything osCMax:
Free osCMax Newsletters - Security notices, New Releases, osCMax News
osCMax on Twitter - Up to the minute info as it happens. Know it first.
osCmax Documentation
Awesome thanks msasek, one question.
In which file should i look for
<?php
// minimum order total
if ($order->info['subtotal'] <= MIN_ORDER_AMOUNT) {
?>
<tr>
<td class="stockWarning" align="center"><br><?php echo TEXT_ORDER_UNDER_MIN_AMOUNT; ?></td>
</tr>
<?php
}
?>
<tr>
......lol NM, its in /templates/shopping_cart.php.......heh, learning where you moved all the stuff...
Thanks man.
Clifton Murphy CEO/CTO
Hyperactive Inc.
osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists!
Bookmarks