Page 1 of 10 123 ... LastLast
Results 1 to 10 of 93
  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default ZipShip - Support Thread

    I couldn't find a support-thread for the ZipShip shipping-module (other than a couple that have been closed), so here we go ...

    I've just submitted v2.0.0 to the plugins for review; it's been tested under Zen Cart 1.5.4 and 1.5.5 but should be OK for earlier versions, too. The following changes were incorporated:
    1. Use PSR indentation
    2. Add "extends base" to class definition
    3. Rename constructor to __construct for PHP 7+ usage
    4. Don't enable the shipping method unless the current ship-to address is configured for the method.
    5. Change usage of the PHP "split" function for PHP 5.3+ usage (it's deprecated).

    Note: This version of the ZipShip shipping module is also needed for compatibility with the One-Page Checkout plugin.

  2. #2
    Join Date
    Mar 2010
    Location
    Butte, MT
    Posts
    79
    Plugin Contributions
    0

    Default Re: ZipShip - Support Thread

    I installed zipship for a client yesterday and set up their first zone, and everything seemed fine.

    Today I got their complete local delivery fee table, which requires four zones. This seems to have revealed two possible issues.

    First, I changed the number of zones in the includes/modules/shipping/zipship.php file from 3 to 4. This did not update the admin. I had to remove the module and then install the module again to get the fourth entry. Was this correct, or was there something else that needed to be done?

    Second, I configured everything, but the dot in the list of modules is staying orange, instead of green as it was when I first set it up. Is there something I need to do to change this? It appears to be working correctly, as far as I can tell, just the indicator implies an error...
    Keith Seyffarth
    Paydirt Design

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: ZipShip - Support Thread

    @weif, that's expected behavior (needing to remove and re-install after changing the number of zones).

    I'll need to check as to why the orange light is remaining.

  4. #4
    Join Date
    Mar 2010
    Location
    Butte, MT
    Posts
    79
    Plugin Contributions
    0

    Default Re: ZipShip - Support Thread

    Lat9,

    I think I've found another issue. It appears that if a delivery address is entered as a ZIP+4 (i.e. 59701-6593), the check fails and doesn't match any delivery options.
    Keith Seyffarth
    Paydirt Design

  5. #5
    Join Date
    Mar 2010
    Location
    Butte, MT
    Posts
    79
    Plugin Contributions
    0

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by weif View Post
    I think I've found another issue. It appears that if a delivery address is entered as a ZIP+4 (i.e. 59701-6593), the check fails and doesn't match any delivery options.
    It looks like changing
    Code:
     $this->dest_zipcode = $order->delivery['postcode'];
    to
    Code:
     $this->dest_zipcode = substr($order->delivery['postcode'],0,5);
    around line 103 of includes/modules/shipping/zipship.php appears to correct the issue, but there may still be something missing, or some issue this causes.
    Keith Seyffarth
    Paydirt Design

  6. #6
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: ZipShip - Support Thread

    weif, thanks for the report; I've logged this (as well as the other issue you reported) in the plugin's GitHub repository.

    The solution you posted might work for US-based zipcodes, but not all zipcodes are the same format. I'll need to consider the best approach for full resolution of the issue.

  7. #7
    Join Date
    Mar 2010
    Location
    Butte, MT
    Posts
    79
    Plugin Contributions
    0

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by lat9 View Post
    weif, thanks for the report
    Thank you. Glad to be of assistance.

    Quote Originally Posted by lat9 View Post
    The solution you posted might work for US-based zipcodes, but not all zipcodes are the same format. I'll need to consider the best approach for full resolution of the issue.
    I understand that different regions and countries have their postal codes configured and formatted differently. But I think this will work in my case, as the florist in question only delivers to about 8 US ZIP codes.

    Overall, though, this is an awesome module and has relieved a lot of frustration for at least one flower shop.
    Keith Seyffarth
    Paydirt Design

  8. #8
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: ZipShip - Support Thread

    I've just submitted v2.0.1 to the Zen Cart plugins for review. That version contains changes for:
    • Changing the number of ZipShip "zones" doesn't clean up previous settings.
    • US Zip Codes entered in 99999-9999 format don't result in a match.
    • Remove unused configuration setting (Skip Zipcodes)
    • Add an overall zone setting for the shipping method.

    Please note that this version makes use of the store's Configuration->Minimum Values->Post Codes value in its processing, truncating an order's ship-to zipcode to that minimum length prior to look-up in the ZipShip configuration. Any zip/post code entered is also uppercased prior to lookup; potentially making this plugin more useful on stores where the postcode is an alphanumeric value rather than simply numeric.

    The plugin release is currently available on the plugin's GitHub repository: https://github.com/lat9/zipship/releases/tag/v2.0.1

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,472
    Plugin Contributions
    88

    Default Re: ZipShip - Support Thread

    v2.0.1 is now available for download from the Zen Cart Plugins.

  10. #10
    Join Date
    Feb 2006
    Posts
    656
    Plugin Contributions
    0

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by lat9 View Post
    Let's take this discussion to ZipShip's support thread: https://www.zen-cart.com/showthread....Support-Thread

    If you would include a screenshot of your ZipShip configuration screen over there, it will help me help you!
    Ok, here are my ZipShip configs: Click image for larger version. 

Name:	Screenshot (1).jpg 
Views:	168 
Size:	33.3 KB 
ID:	17126

    This is what I get at checkout when using it. The zipcode is correct: Click image for larger version. 

Name:	Screenshot (3).jpg 
Views:	199 
Size:	41.4 KB 
ID:	17127

    It doesn't seem to be picking up the zip code entered in the shopping cart.
    I Think, Therefore I Zen. I Zen, Therefore, I AM!
    Personalized Flowers!
    Flowertown Speaking Roses
    using version 1.5.7-06232020

 

 
Page 1 of 10 123 ... LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 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

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