Page 10 of 10 FirstFirst ... 8910
Results 91 to 95 of 95
  1. #91
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,500
    Plugin Contributions
    88

    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
    171
    Plugin Contributions
    3

    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
    12,500
    Plugin Contributions
    88

    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.Name:  Screenshot 2024-04-16 153442.jpg
Views: 18
Size:  20.3 KB

  5. #95
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,500
    Plugin Contributions
    88

    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.Name:  Screenshot 2024-04-16 153442.jpg
Views: 18
Size:  20.3 KB
    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());

 

 
Page 10 of 10 FirstFirst ... 8910

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