Inactive
- Join Date:
- Jan 2007
- Posts:
- 377
- Plugin Contributions:
- 0
MZMT MultiGeoZone MultiTable Shipping [Support Thread]
Hi All,
I am using a modules that is not original post on this zen cart web site, it can find from zencart.cn
This module named "MultiGeoZone MultiTable Shipping for Zen Cart - version 1.101"
Someone using ZC as a long time maybe hear this module ...
OK ...
I am try integration it to a new ZC 1.5.5b web site, it work ... but ....
I see the log have this error
PHP Deprecated: Function split() is deprecated in /store/includes/modules/shipping/mzmt.php on line 103
Then I find it is a split PHP function ...
$shipping = $this->determineShipping(split("[:,]" , constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TABLE_' . $j)));
OK, then I try change it to preg_split
$shipping = $this->determineShipping(preg_split("[:,]" , constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TABLE_' . $j)));
Then the big problems starting ...
The PRICE from $15 change to $0 when I am try to testing the shipping ...
And for who good on PHP, I link this module
You can download it and unzip it for look on
_zen_cart_folder\includes\modules\shipping\mzmt.php (Here are the file, and line 103)
And the
$this->determineShipping function are on line about 219
Download here
http://www.myezlap.com/mzmt.zip
http://www.myezlap.com/mzmt.zip