Disabling flat rate will still work
Might take a bit of code to not show USPS until a certain weight is acheived
Disabling flat rate will still work
Might take a bit of code to not show USPS until a certain weight is acheived
Zen-Venom Get Bitten
Just use something similar in the usps.php ...
Code:// disable only when entire cart is free shipping if (zen_get_shipping_enabled($this->code)) { $this->enabled = ((MODULE_SHIPPING_USPS_STATUS == 'True') ? true : false); } // bof: If the shipping weight is less than 20lb disable the module if (!IS_ADMIN_FLAG) { global $cart; if ($_SESSION['cart']->show_weight() < 20) { $this->enabled = false; } } // eof: If the shipping weight is less than 20lb disable the module
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!