Drop this function into a PHP include and use it to print out variable debugging info during runtime.
[click to continue…]
Popularity: 3%
{ 1 comment }
Drop this function into a PHP include and use it to print out variable debugging info during runtime.
[click to continue…]
Popularity: 3%
{ 1 comment }
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.
Percentage modifier for this shipping method. ([0.50, 0.25] for half off Ground 25% off Air)
Just add the 3-digit shipping type code to the $air_methods array (see $this->types for a full list).
Popularity: 3%
{ 1 comment }