Hi
I was hoping someone could help.
I am setting up MZMT for South Africa.
I have definded the country, added all the zones and created the Tax for it.
However, when I try config MZMT the only option that shows up under "Geo Zone 1" is 'Rest of the World".
How do I fix this to use all of South African Zones?
I have noticed this code in includes\modules\shipping\mzmt.php
PHP Code:
function _cfg_pull_down_geozones($zone_class_id, $key = '') {
global $db;
$name = (($key) ? 'configuration[' . $key . ']' : 'configuration_value');
$zone_class_array = array(array('id' => '0', 'text' => 'Rest of the World'));
$zone_class = $db->Execute("select geo_zone_id, geo_zone_name from " . TABLE_GEO_ZONES . " where LOWER(geo_zone_name) like 'shp%' order by geo_zone_name");
but I don't have a table in geo_zone starting with shp%.
I am using Z.C v 1.3.8
Please help :)
Bookmarks