ActiveTuning Posted January 24, 2003 Share Posted January 24, 2003 I have the old checkout scheme and am using the free shipping and payment module. If a product has a weight the free shipping still comes up as a rate option. Is there a way to make it so that unless there is a product in the cart with a weight of 0 that it does not even show as an option? Quote Link to comment Share on other sites More sharing options...
ActiveTuning Posted January 24, 2003 Author Share Posted January 24, 2003 I also just realized that if you uncheck UPS (I only have UPS and freebie) and keep freebie checked, that the shipping ends up being free. What to do about this? Quote Link to comment Share on other sites More sharing options...
nouck Posted January 25, 2003 Share Posted January 25, 2003 Hi, I had that problem before.... Here how I fixed it. catalog/includes/functions/web_makers_added_functions.php Original // Verify Free Shipping or Regular Shipping modules to show function tep_get_free_shipper($chk_shipper) { global $cart; $show_shipper =false; switch (true) { change true to false after.... // Verify Free Shipping or Regular Shipping modules to show function tep_get_free_shipper($chk_shipper) { global $cart; $show_shipper =false; switch (false) { that is line 59 in my php. I have quantity controller installed..... Hope this will help Nouck Quote Link to comment Share on other sites More sharing options...
ActiveTuning Posted January 25, 2003 Author Share Posted January 25, 2003 I don't have that PHP file....I'm using v3.1 I think not 5.0 because 5.0 is for the new checkout right? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.