I am looking to add a $1 USD handling fee for every lb. We have to send meat with Dry Ice .. which is why we need the handling fee to be per pound ...
Any help would be awesome :)
Thanks ...
I am looking to add a $1 USD handling fee for every lb. We have to send meat with Dry Ice .. which is why we need the handling fee to be per pound ...
Any help would be awesome :)
Thanks ...
What shipping module are you using?
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!
Im using UPS and USPS ...
You can customize the handing in UPS ups.php in the code:
If MODULE_SHIPPING_UPS_HANDLING was set to 1 and you multiply it by $shipping_weight you could get the $1 per pound on the shipping cost ...Code:// EOF: UPS USPS $methods[] = array('id' => $type, 'title' => $this->types[$type], 'cost' => ($cost + MODULE_SHIPPING_UPS_HANDLING) * $shipping_num_boxes);
It would be similar in USPS as well ...
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!