did you make it? fishchew
did you make it? fishchew
Did I make what ...![]()
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!
From the ups module:
$this->enabled = ((MODULE_SHIPPING_UPS_STATUS == 'True') ? true : false);
From the fedex modules:
$this->enabled = ((MODULE_SHIPPING_FEDEX_EXPRESS_STATUS == 'True') ? true : false);
and:
$this->enabled = ((MODULE_SHIPPING_FEDEX_GROUND_STATUS == 'True') ? true : false);
This seems fairly analogous to me. I'm not really certain where to go from here.
In the UPS module do you see the code:
Is there similar code in the FedEd module?Code:// disable only when entire cart is free shipping if (zen_get_shipping_enabled($this->code)) { $this->enabled = ((MODULE_SHIPPING_UPS_STATUS == 'True') ? true : false); }
That function is testing whether or not the shipping is Free based on the settings of the Product ...
I don't believe the FedEx shipping modules have that code in there ...![]()
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!
Ahh, I didn't realize that the test was doing that. No, that code doesn't exist but should be an easy enough addition. Thanks for the pointer.
-swf
You are most welcome ... let us know how that works 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!