Page 3 of 10 FirstFirst 12345 ... LastLast
Results 21 to 30 of 93
  1. #21
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: ZipShip - Support Thread

    Does setting the sort order greater than zero help?
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  2. #22
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by lat9 View Post
    I get a 404 (page not found) when I attempt to view that link.

    What is the address that you're using when you checkout? Is it in that 94939 zipcode?

    How much does the package weigh? With that setup, up to 10 lbs will be 9.99. Over that, the shipping method is disabled.
    What is your expectation of cost-by-pounds? As I'd noted before, your current setup will auto-disable itself for any order over 10 (I think, the print's kind of small) pounds.

  3. #23
    Join Date
    Apr 2011
    Posts
    369
    Plugin Contributions
    0

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by lat9 View Post
    What is your expectation of cost-by-pounds? As I'd noted before, your current setup will auto-disable itself for any order over 10 (I think, the print's kind of small) pounds.
    I am using as per items basis. The weight of my product are set to 0. I am not using as per weight basis.

    I tried to change the weight of the product to 5 but it doesn t work either.

    I tried to set sort order to 1 instead of 0 but that didn't work either.

  4. #24
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by nicksab View Post
    I am using as per items basis. The weight of my product are set to 0. I am not using as per weight basis.

    I tried to change the weight of the product to 5 but it doesn t work either.

    I tried to set sort order to 1 instead of 0 but that didn't work either.
    Same comment, different configuration. You've got (from your previous posting) only one item configured, so if the customer orders more than 10 items, the shipping method won't enable itself.

  5. #25
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: ZipShip - Support Thread

    Could you use MySQL to pull zipcodes instead? Not sure how to do this something like this:

    PHP Code:
    $zipcode_prefix substr($order->delivery['postcode'],0,3);
            global 
    $db;
            
    $check $db->Execute("select zipcodezone from " TABLE_ZIPCODEZONE " where '" $zipcode_prefix "' BETWEEN zipcode_start and zipcode_end");
            while (!
    $check->EOF) {
                
    $dest_zone $check->fields['zipcodezone'];
              
    $check->MoveNext();
              }

    //        echo $dest_zone; 
    than in MySQL do this:

    CREATE TABLE `zipcodezone` (
    `zipcode_id` INT( 11 ) NOT NULL AUTO_INCREMENT PRIMARY KEY,
    `zipcode_start` char(3) NOT NULL default '0',
    `zipcode_end` char(3) NOT NULL default '0',
    `zipcodezone` int(1) NOT NULL default '0');

    INSERT INTO `zipcodezone`
    (`zipcode_id` ,`zipcode_start` ,`zipcode_end` ,`zipcodezone`)
    VALUES (1, '004', '005', 8),
    (2, '010', '089', 8), etc

    Not sure how to implement this though. Thanks

  6. #26
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: ZipShip - Support Thread

    I am trying to do following; look up zipcode using 3 digit prefix of zip code and use zones; I am trying to figure out now how to enable this to only a certain shipping zone.

    basically use MYSQL to look up 3 digit code like this

    (1, '010', '089', 8) so zipcodes starting with 010 to 089 will be zone 8. Now only applied to Continental USA.
    Then in zone definition add US states to this and use Shipping Zone enabled for this zone. As of now since the shipping_zone is for whole usa

    Then I will add another module for AK, PR, etc Non Continental states.

    So basically one says this:

    Code:
    Alaska 99922 United States 
    Available Shipping Methods
    Rates
    Ground delivery (The shipping rate cannot be determined at this time)
    $0.00
    Rush Delivery (Shipping to 99922 (1 x 3.00lb(s)))

    That is why I am trying to enable Shipping_zone.. to eliminate "Ground delivery (The shipping rate cannot be determined at this time)"

    I got it working except for Shipping_zone it don't seem to work. Make sense?

  7. #27
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: ZipShip - Support Thread

    @tmccaff, Would you please take this discussion somewhere besides the ZipShip shipping-module's support thread ... since it's not having to do with this module?

  8. #28
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: ZipShip - Support Thread

    I am asking why the ZipCode shipping_zone not working In 1.5.5; is there an updated code for this to work?

  9. #29
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,401
    Plugin Contributions
    87

    Default Re: ZipShip - Support Thread

    Quote Originally Posted by tmccaff View Post
    I am asking why the ZipCode shipping_zone not working In 1.5.5; is there an updated code for this to work?
    Right, you're asking about Seven-Zone Zipcode-based shipping module, not ZipShip. Please continue that discussion elsewhere.

  10. #30
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: ZipShip - Support Thread

    I tried both plugins and either does Shipping Zone which is what I need. This module has it but don't work. Geez

 

 
Page 3 of 10 FirstFirst 12345 ... 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