In order to payback this great contribution.
I added the Zone Rate Shipping Mod.
====================================
includes/modules/shipping/zones.php: -for Zones Rate
-------------------
find (app. line 80) - in quote():
if (tep_not_null($this->icon)) $this->quotes['icon'] = tep_image($this->icon, $this->title);
after add:
//DISPLAY HANDLING FEE SEPARATELY MOD
if (DISPLAY_HANDLING_FEE_SEPARATELY === 'true' && constant('MODULE_SHIPPING_ZONES_HANDLING_' . $dest_zone)) {
$this->quotes['handling_fee'] = constant('MODULE_SHIPPING_ZONES_HANDLING_' . $dest_zone);
}
//END DISPLAY HANDLING FEE SEPARATELY MOD
More...





LinkBack URL
About LinkBacks









Bookmarks