jimyoungbear Posted March 5, 2003 Share Posted March 5, 2003 I know there is a way to add a small order fee, but is there a way to limit orders to only $10 or above? Customer doesn't w :?: ant to have to deal with smaller orders... Link to comment Share on other sites More sharing options...
Jason Jacobs Posted March 5, 2003 Share Posted March 5, 2003 Actually I just was browsing the mods section, and there's a mod for this exact purpose. One of my clients wants a minimum number instead of minimum price, so I'm going to see if I can mod the mod. :) -j Link to comment Share on other sites More sharing options...
Guest Posted March 5, 2003 Share Posted March 5, 2003 in admin_--------->modules------>order total----->low order fee set it to whatever you like Link to comment Share on other sites More sharing options...
Guest Posted March 5, 2003 Share Posted March 5, 2003 oops, didn't pay attn :) :oops: Read what you wanted to do incorrectly :) Link to comment Share on other sites More sharing options...
burt Posted March 5, 2003 Share Posted March 5, 2003 Get the value amount of the cart (A). Set in Admin/application_top.php the value of your min order amount (B). In shopping_cart.php: B - A = C if C is a positive number, then say: "You must spend an extra $ C before you can check out." In checkout_shipping.php put in a check which says: if B < A then redirect back to shopping_cart.php Pretty simple. hth Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.