Page 25 of 25 FirstFirst ... 15232425
Results 241 to 245 of 245
  1. #241
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Default Re: MultiGeoZone MultiTable Shipping for Zen Cart - version 1.101 PHP split bug

    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.

  2. #242
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    red flag Re: MultiGeoZone MultiTable Shipping for Zen Cart - version 1.101 PHP split bug

    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

  3. #243
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,373
    Plugin Contributions
    94

    Default Re: MultiGeoZone MultiTable Shipping for Zen Cart - version 1.101 PHP split bug

    preg_split has a little different way of specifying its associated regex. Instead of
    Code:
    $shipping = $this->determineShipping(preg_split("[:,]" , constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TABLE_' . $j)));
    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)));

  4. #244
    Join Date
    Jan 2007
    Posts
    375
    Plugin Contributions
    3

    Default Re: MultiGeoZone MultiTable Shipping for Zen Cart - version 1.101 PHP split bug

    Quote Originally Posted by lat9 View Post
    preg_split has a little different way of specifying its associated regex. Instead of
    Code:
    $shipping = $this->determineShipping(preg_split("[:,]" , constant('MODULE_SHIPPING_MZMT_GEOZONE_' . $this->delivery_geozone . '_TABLE_' . $j)));
    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)));
    Dear lat9,

    Thank you, your coding work for me

  5. #245
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: MZMT MultiGeoZone MultiTable Shipping [Support Thread]

    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.

 

 
Page 25 of 25 FirstFirst ... 15232425

Similar Threads

  1. v151 MultiGeoZone MultiTable Shipping version 1.101
    By benxp in forum Addon Shipping Modules
    Replies: 8
    Last Post: 10 Oct 2013, 11:25 PM
  2. Google Checkout and MZMT (MultiGeoZone MultiTable) errors
    By dude_s in forum Addon Payment Modules
    Replies: 3
    Last Post: 23 Dec 2008, 04:23 AM
  3. MultigeoZone Multitable - Weight Shipping Query
    By Andy_GS in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 8 Sep 2008, 09:48 AM
  4. MultiGeoZone MultiTable Shipping for Zen Cart - version 1.101
    By vatovey in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 5 Jul 2006, 02:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR