Results 1 to 10 of 109

Hybrid View

  1. #1
    Join Date
    Apr 2011
    Posts
    586
    Plugin Contributions
    0

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by lat9 View Post
    ZipShip v3.1.0 is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=312

    This release contains changes associated with these GitHub issues:

    #12: Major update for zc158/zc200 and PHP versions >= 8.2
    #13: Use matching zipcode values instead of string comparisons
    #14: Correct PHP Warning: strpos empty needle

    Read the full readme.html here: https://htmlpreview.github.io/?https...ip/readme.html
    Thank you lat9 for this release.

    I saw that it requires ZC 1.5.8 but i got to ask: Would it work with 1.5.7?

    I am not quite ready for 1.5.8 yet unfortunately.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by nicksab View Post
    Thank you lat9 for this release.

    I saw that it requires ZC 1.5.8 but i got to ask: Would it work with 1.5.7?

    I am not quite ready for 1.5.8 yet unfortunately.
    I've not tested on zc157. ZipShip might work (in conjunction with PHP 7.4 or later), but I will not expend time debugging any zc157-only issues.

  3. #3
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    279
    Plugin Contributions
    4

    Default Re: ZipShip - Support Thread

    Thanks for the update to this plugin - very timely for myself as I am ready for 158.

    I did have an issue though.

    I actually split some of my postcodes by adding A or B to them on some occasions - generally when a postcode covers a large area and I want to offer different rates to different suburbs with a postcode.

    eg, 6056,6056A,6056B,6055b,6112A,6164A,6126,6172,6173,6174,6175,6176,6027,6077,6166A ,6025,6110

    And for example if I am looking for 6164A, but 6164 appears earlier in the table, then the function checkForMatch was prematurely finding a match.

    This is corrected (for me) by amending this line -

    if ($next_zone !== '' && strpos($dest_zipcode, $next_zone) === 0) {

    to

    if ($next_zone !== '' && strpos($next_zone, $dest_zipcode) === 0) {

  4. #4
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: ZipShip - Support Thread

    v3.1.1 of ZipShip is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=312

    This release corrects issue #15 (Intervening whitespace in zipcode lists result in no-match-found, no quote)

 

 

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. SysCheck [support thread]
    By swguy in forum All Other Contributions/Addons
    Replies: 36
    Last Post: 24 Oct 2020, 05:28 AM
  3. v151 Ship2Pay Support thread
    By Design75 in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 5 Nov 2019, 01:14 PM
  4. goMobile Support Thread
    By steveyork136 in forum Addon Templates
    Replies: 29
    Last Post: 26 Aug 2015, 11:56 AM
  5. ZJ Silver Support Thread
    By anthonyd in forum Addon Templates
    Replies: 220
    Last Post: 5 Nov 2010, 03:30 PM

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