Will this shipping module work with the latest v1.5.1?
Will this shipping module work with the latest v1.5.1?
Last edited by benxp; 14 Aug 2013 at 01:06 PM.
Could you provide a link to that specific add-on plugin?
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
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.
Last edited by benxp; 14 Aug 2013 at 11:04 PM.
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 ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Very beautiful. Many thanks~~~
Thanks for the update that this shipping module add on plugin was able to work for you ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
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
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
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
Bookmarks