Page 10 of 11 FirstFirst ... 891011 LastLast
Results 91 to 100 of 109
  1. #91
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,365
    Plugin Contributions
    94

    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.

  2. #92
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    252
    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) {

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

    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)

  4. #94
    Join Date
    May 2020
    Location
    Dallas, Texas
    Posts
    14
    Plugin Contributions
    0

    Default Re: ZipShip - Support Thread

    Hi,
    I've been struggling with updating my Zencart for about 3 weeks now. When I fix one thing another seems to break. Currently I am getting this in the logs after i go to the checkout page :

    Undefined constant "MODULE_SHIPPING_ZIPSHIP_ZONE" in /home3/genesbea/public_html/includes/modules/shipping/zipship.php:77

    Anybody got any ideas as to what is going on here please?

    Thanks

    PS My ZenCar version is currently : 1.5.8a/ The ZipShip version is 3.1 As suggested I have uploaded an image of the settings in my Modules section.Click image for larger version. 

Name:	Screenshot 2024-04-16 153442.jpg 
Views:	62 
Size:	20.3 KB 
ID:	20586

  5. #95
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,365
    Plugin Contributions
    94

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by rkhan3366 View Post
    Hi,
    I've been struggling with updating my Zencart for about 3 weeks now. When I fix one thing another seems to break. Currently I am getting this in the logs after i go to the checkout page :

    Undefined constant "MODULE_SHIPPING_ZIPSHIP_ZONE" in /home3/genesbea/public_html/includes/modules/shipping/zipship.php:77

    Anybody got any ideas as to what is going on here please?

    Thanks

    PS My ZenCar version is currently : 1.5.8a/ The ZipShip version is 3.1 As suggested I have uploaded an image of the settings in my Modules section.Click image for larger version. 

Name:	Screenshot 2024-04-16 153442.jpg 
Views:	62 
Size:	20.3 KB 
ID:	20586
    Interesting, any idea what version of ZipShip you upgraded from?

    To correct your issue, navigate to your admin's Tools :: Install SQL Patches and run this query to add that missing setting:
    Code:
    INSERT INTO configuration
    (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function, date_added)
    VALUES
    ('Shipping Zone', 'MODULE_SHIPPING_ZIPSHIP_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', 6, 6, 'zen_get_zone_class_title', 'zen_cfg_pull_down_zone_classes(', now());

  6. #96
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,365
    Plugin Contributions
    94

    Default Re: ZipShip - Support Thread

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

    This release renames the module's language file to lang.zipship.php; required for zc210 interoperability.

  7. #97
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    186
    Plugin Contributions
    0

    Default Re: ZipShip - Support Thread

    Hello,

    I've been using this amazing plugin for a few years and in the process of getting latest version to work with ZC 2.0.1 on my test site. Can't get it to appear as a shipping option and there are no error logs.

    Click image for larger version. 

Name:	Untitled-1.jpg 
Views:	17 
Size:	25.3 KB 
ID:	20777

    Any suggestions of how to troubleshoot?

    Thanks,

  8. #98
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,365
    Plugin Contributions
    94

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by allmart View Post
    Hello,

    I've been using this amazing plugin for a few years and in the process of getting latest version to work with ZC 2.0.1 on my test site. Can't get it to appear as a shipping option and there are no error logs.

    Click image for larger version. 

Name:	Untitled-1.jpg 
Views:	17 
Size:	25.3 KB 
ID:	20777

    Any suggestions of how to troubleshoot?

    Thanks,
    Er, it's showing up as the next-to-last shipping module in that screenshot.

  9. #99
    Join Date
    Feb 2016
    Location
    Canada
    Posts
    186
    Plugin Contributions
    0

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by lat9 View Post
    Er, it's showing up as the next-to-last shipping module in that screenshot.
    Sorry for being unclear, it is not appearing at checkout as a shipping option

  10. #100
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,365
    Plugin Contributions
    94

    Default Re: ZipShip - Support Thread

    The shipping module will only show up on the storefront when the ship-to zipcode is present in the module's configured list.

 

 
Page 10 of 11 FirstFirst ... 891011 LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 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