And my shop front end
http://www.myezlap.com/store/
You need reg to help for test the shipping (It is named EMS)
Thank you.
And my shop front end
http://www.myezlap.com/store/
You need reg to help for test the shipping (It is named EMS)
Thank you.
If anyone can fix it.
I will make a new fixed zip version and upload there for other using, this is a good modules that I am using many year since 2007 with ZC 1.3.X until now I see this PHP Deprecated log
preg_split has a little different way of specifying its associated regex. Instead of
you'll need to specify a starting and ending character in the regex for the function to work properly:Code:$shipping = $this->determineShipping(preg_split("[:,]" , constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TABLE_' . $j)));
Code:$shipping = $this->determineShipping(preg_split("/[:,]/" , constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TABLE_' . $j)));
Updated version 1.2 uploaded https://www.zen-cart.com/downloads.php?do=file&id=2138 ... contains fixes to broken regex/split code, fixes to avoid SQL strict mode errors, fixes to work with PHP 7, auto-setup of additional zones, simpler installation.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Bookmarks