Results 1 to 10 of 109

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by lat9
    I'll be submitting v3.0.1 of ZipShip to the plugin moderators for review shortly and will report back here when it's available for download.
    Available for download: https://www.zen-cart.com/downloads.php?do=file&id=312

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

    Default Re: ZipShip - Support Thread

    using 156c

    Hi

    I've found a bug with the latest zipship. Most of my postcodes are 4 digits long, however because some postcode areas are so big I split them by adding a suffix to them, eg I have 6056 charged at $30 and 6056A charged at $35.

    I've just discovered that the "A" is getting chopped off and my 6056A is displaying as "6056" and charging $30.

    Thanks.

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

    Default Re: ZipShip - Support Thread

    OK, I checked my old version of zipship and noticed this -

    //$this->dest_zipcode = substr (strtoupper ($order->delivery['postcode']), 0, ENTRY_POSTCODE_MIN_LENGTH);

    $this->dest_zipcode = strtoupper ($order->delivery['postcode']);

    Assuming I made this change myself in the past, although I don't remember!!

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

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by royaldave View Post
    OK, I checked my old version of zipship and noticed this -

    //$this->dest_zipcode = substr (strtoupper ($order->delivery['postcode']), 0, ENTRY_POSTCODE_MIN_LENGTH);

    $this->dest_zipcode = strtoupper ($order->delivery['postcode']);

    Assuming I made this change myself in the past, although I don't remember!!
    That would be my assumption, too. When I'm marking up Zen Cart (and plugin) files, I normally bracket my changes with //-bof and //-eof comments with the date.

    That way, when I'm upgrading I know to review (and possibly carry over) the change.

 

 

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