Hello,
If you want to change the name of the visible text you need to change the definitions in the language file.
To do this open includes/languages/english/modules/zones#.php and edit the following bits highlighted in red:
define('MODULE_SHIPPING_ZONES2_TEXT_TITLE', 'Zone Rates 2');
define('MODULE_SHIPPING_ZONES2_TEXT_DESCRIPTION', 'Zone Based Rates');
define('MODULE_SHIPPING_ZONES2_TEXT_WAY', 'Shipping to');
define('MODULE_SHIPPING_ZONES2_TEXT_UNITS', 'lb(s)');
define('MODULE_SHIPPING_ZONES2_INVALID_ZONE', 'No shipping available to the selected country');
define('MODULE_SHIPPING_ZONES2_UNDEFINED_RATE', 'The shipping rate cannot be determined at this time');
(Do NOT change anything in capitals else the coding won't find the definition and it will just display nothing! Also make sure you don't accidently delete the inverted comma or you will see some very strange results!)
Sam
Bookmarks