Hi Ajeh,
Please help me to disable cod on weights below 4 kgs.
Hi Ajeh,
Please help me to disable cod on weights below 4 kgs.
Same code but use:
Code:$_SESSION['cart']->show_weight()
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!
Hi Ajah, thanks for your prompt reply.
I tried it still not working, cod is always displayed.
This seems to work fine using the code in RED:
Code:$this->enabled = ((MODULE_PAYMENT_COD_STATUS == 'True') ? true : false); // bof: turn off on orders less than 4 if (!IS_ADMIN_FLAG) { global $cart; if ($_SESSION['cart']->show_weight() < 4) { $this->enabled = false; } } // eof: turn off on orders less than 4 if ((int)MODULE_PAYMENT_COD_ORDER_STATUS_ID > 0) {
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!
Ignore my last messege it worked :) Thanks bro.
Thanks for the update that this is working for you ...![]()
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!