Will this shipping module work with the latest v1.5.1?
Printable View
Will this shipping module work with the latest v1.5.1?
Could you provide a link to that specific add-on plugin?
http://addons.oscommerce.com/info/8136
http://www.zen-cart.cn/shipping-modu...h-version-mzmt
Actually I need a shipping module can organize the different freight ( zone rate) to different states in one country. The original zone rate from Zencart is too simple, can only organize to different contries . For example, I only want to do business in USA, but we need ship to the customers in different states , each state comes with own zone rate, also different weight will get different freight for each states. Any suggestions? Cheers.
Would this one possibly work for you for:
Zones Table Rate (for Multiple Zones)
http://www.zen-cart.com/downloads.php?do=file&id=478
Define all your Zone Definitions and their DETAILS ... then install it ...
Very beautiful. Many thanks~~~
Thanks for the update that this shipping module add on plugin was able to work for you ... :smile:
Ajeh, also another question. I don't want to display the stock qty for a product but I do want to display the stock status like " instock " " pre order (2-3 days leading time blabla...) " " no stock " etc. I am using v1.5.1, which add on can help on it?
A search of the Plugins for:
stock
brought up this one that might be what you are looking for:
Stock Icon
http://www.zen-cart.com/downloads.php?do=file&id=1363
Hi, Ajeh, could you help to have a look and tell me how to solve the problem? many thanks.
http://www.zen-cart.com/showthread.p...78#post1221978
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 ...
OK, then I try change it to preg_splitPHP Code:
$shipping = $this->determineShipping(split("[:,]" , constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TABLE_' . $j)));
Then the big problems starting ...PHP Code:
$shipping = $this->determineShipping(preg_split("[:,]" , constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TABLE_' . $j)));
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
Code:http://www.myezlap.com/mzmt.zip