8/22/2005
ZenCart UPS Shipping Module with Cost Modifier
A quick and dirty hack of the ZenCart UPS shipping module that adds a separate modifier value for ground and air shipping methods. This will allow a store to play with reduced shipping costs to see if high shipping costs are preventing some sales.
Installation
- Back up current UPS shipping module at includes/modules/shipping/ups.php
- From the ZenCart shipping modules admin menu, uninstall the current UPS shipping module. Make a note of the options you have selected for the module.
- Save zen_ups_mod_w_modifier.php as includes/modules/shipping/ups.php in your ZenCart distribution. (view source)
- Install and activate the updated module with your options
- The final option at the bottom of the page is new, Shipping Modifier
Percentage modifier for this shipping method. ([0.50, 0.25] for half off Ground 25% off Air)
- To adjust what is considered Air adjust the following array in the new module file:
Just add the 3-digit shipping type code to the $air_methods array (see $this->types for a full list).
Popularity: 23%


