Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Require minimum order amount for customers


Guest

Recommended Posts

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...