Guest Posted September 3, 2003 Posted September 3, 2003 Is there a way to prevent a customer from ordering if there total amount is below a certain dollar value? For example, not letting the person checkout unless their total is $50. If it's > $50 then they can proceed with the checkout.
Guest Posted September 3, 2003 Posted September 3, 2003 Add a message to shopping_cart.php explaining the policy. In checkout_shipping.php, look for where it redirects to shopping_cart.php if the cart is empty and add code that looks something like or ($cart->total < 50) Hth, Matt
radders Posted September 3, 2003 Posted September 3, 2003 Or you could install this contribution: http://www.oscommerce.com/community/contributions,1250
Recommended Posts
Archived
This topic is now archived and is closed to further replies.