i figured it out...
I dont know if it is a bug or that the module is not that userfriendly, but when the users change the Geo Zone number, it is not changing the mzmt.php language file. This must be done manualy.
this is the default variables:
Here is only the 3 default Geozones defined. I figured out that i must add the codes to each Geozone manualy...Code:define('MODULE_SHIPPING_MZMT_GEOZONE_1_TEXT_TITLE', 'United Parcel Service (UPS)'); define('MODULE_SHIPPING_MZMT_GEOZONE_1_ICON', 'shipping_ups.gif'); define('MODULE_SHIPPING_MZMT_GEOZONE_1_TABLE_1_TEXT_WAY', 'Ground'); define('MODULE_SHIPPING_MZMT_GEOZONE_1_TABLE_2_TEXT_WAY', 'Second Day'); define('MODULE_SHIPPING_MZMT_GEOZONE_1_TABLE_3_TEXT_WAY', 'Next Day'); define('MODULE_SHIPPING_MZMT_GEOZONE_2_TEXT_TITLE', ''); define('MODULE_SHIPPING_MZMT_GEOZONE_2_ICON', ''); define('MODULE_SHIPPING_MZMT_GEOZONE_2_TABLE_1_TEXT_WAY', ''); define('MODULE_SHIPPING_MZMT_GEOZONE_2_TABLE_2_TEXT_WAY', ''); define('MODULE_SHIPPING_MZMT_GEOZONE_2_TABLE_3_TEXT_WAY', ''); define('MODULE_SHIPPING_MZMT_GEOZONE_3_TEXT_TITLE', ''); define('MODULE_SHIPPING_MZMT_GEOZONE_3_ICON', ''); define('MODULE_SHIPPING_MZMT_GEOZONE_3_TABLE_1_TEXT_WAY', ''); define('MODULE_SHIPPING_MZMT_GEOZONE_3_TABLE_2_TEXT_WAY', ''); define('MODULE_SHIPPING_MZMT_GEOZONE_3_TABLE_3_TEXT_WAY', '');
I must say that i am a bit proud over myself that i actually found this out of my own...![]()
There is no instructions in the readme file or anywhere else in the forums about this that i have found... but wait... now it is...![]()


Reply With Quote


