Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Sep 2010
    Posts
    63
    Plugin Contributions
    0

    Default USPS Ship Module, Int'l Priority, Needs option "Ship to PO Box" option added

    I'm running ZC 139f.
    I ship product only by USPS Priority Mail. I have International Permissions, Priority Mail selected in USPS Shipping Module as well as domestic priority mail.

    When I ship a package to a customer from USPS Ship N Click, there is an option for "international" and "ship to PO Box" for the address.

    In ZC, when a customer either from US or from Canada fills in their address information, ZC only asks for a street address. There is no PO Box entry field, or option box to check. When they attempt to go to checkout, they get the ZC error message "we are unable to find a USPS shipping quote suitable for your mailing address" so, they cannot complete the order, unless they enter a street address. How can we fix this?

    USPS Web Tools support folks say this is a coding issue that falls into ZC's lap.
    Have you guys run into this before, and do you have a work around? See graphics attached showing the ZC shipping input, and USPS Click N' Ship input showing the optional checkbox for PO Box.
    Thank you.
    Addlink
    See attachments
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Zen Cart Ship.jpg 
Views:	1640 
Size:	42.1 KB 
ID:	12706   Click image for larger version. 

Name:	USPS ShipClick.jpg 
Views:	399 
Size:	31.0 KB 
ID:	12707  

  2. #2
    Join Date
    Sep 2010
    Posts
    63
    Plugin Contributions
    0

    Default Re: USPS Ship Module, Int'l Priority, Needs option "Ship to PO Box" option added

    There is more on this. The Priority Mail option for International is not working for any address in Canada.
    What is the fix for this bug? Thank you. Ajeh?

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS Ship Module, Int'l Priority, Needs option "Ship to PO Box" option added

    If you go to the Modules ... Shipping ... USPS ... what is the version date on the USPS shipping module?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Sep 2010
    Posts
    63
    Plugin Contributions
    0

    Default Re: USPS Ship Module, Int'l Priority, Needs option "Ship to PO Box" option added

    Hi Ajeh,
    Thank you so much for responding to this issue. I have these items active:
    enable USPS=true; my usps web-tools ID; server is set to "production"; handling=per order;
    shipping zone=none; Domestic Shipping Methods=PRIORITY; International Shipping Methods=
    Priority Mail International Summary: I don't understand why this won't function and we keep getting an error as previously stated: "no shipping method available"

    First, no, I have not updated to a newer version since updating 139f.
    Second, in viewing my files within ZC on my server, I see no path anywhere: modules-shipping-usps.
    I only see "modules" as a php file, and its date is 10/19/2010. I don't know how to get to the folders and files you suggest. Within ZenCart itself under modules, shipping, usps I see no date reference except the version at the bottom of the usps page, no date.
    If I download the lastest version, can I copy and upload only the usps php file to my server without upgrading
    the entire ZenCart? Problem is, I'm not a PHP programmer, and overwriting with a new version requires I start over completely and reset everything in my store to my custom settings everywhere. A lot of work. Suggestion?
    Thanks,
    Addlink

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS Ship Module, Int'l Priority, Needs option "Ship to PO Box" option added

    Could you save your old settings to USPS, then do a REMOVE ...

    Then get the current USPS RateV4 IntlRateV2 for January 27, 2013 USPS rates from the add on plugins:
    http://www.zen-cart.com/downloads.php?do=file&id=1292

    and install that and customize it by carefully reading through all of the new features ...

    See if that works better for you ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Sep 2010
    Posts
    63
    Plugin Contributions
    0

    Default Re: USPS Ship Module, Int'l Priority, Needs option "Ship to PO Box" option added

    Ajeh,
    Ok, thanks. I followed this instructions.
    Removed the old usps, uploaded php files to corresponding directories on my server.
    Went back to my admin area, modules, shipping.
    I cannot edit the module. Instead, I see: United States Postal Service - Nothing has been selected for Quotes.
    Opening the php file I see:
    $chk_sql = $db->Execute("select * from " . TABLE_CONFIGURATION . " where configuration_key like 'MODULE\_SHIPPING\_USPS\_%' ");
    if ((MODULE_SHIPPING_USPS_VERSION != '2013-03-27') || (sizeof($chk_keys) != $chk_sql->RecordCount())) {
    $this->title .= '<span class="alert">' . ' - Missing Keys or Out of date you should reinstall!' . '</span>';
    $this->enabled = FALSE;

    What does "missing keys" mean? Thanks.
    Addlink

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS Ship Module, Int'l Priority, Needs option "Ship to PO Box" option added

    That means you need to follow the instructions and do the REMOVE, INSTALL and Reconfigure of the USPS shipping module ...

    If you do not see the right panel, check your Debug logs in the /logs ... you may have backup files in the:
    /includes/modules/shipping

    and that directory is an auto-loading directory of all files that end in .php and you will have conflicts in the code if you left any in there ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Sep 2010
    Posts
    63
    Plugin Contributions
    0

    Default Re: USPS Ship Module, Int'l Priority, Needs option "Ship to PO Box" option added

    Ajeh,
    Sorry, disregard previous.
    Found error, fixed it. Module now works, both domestic and international.
    Thank you, thank you. I really appreciate it.
    THIS FIXED THE PROBLEM!
    Addlink

  9. #9
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS Ship Module, Int'l Priority, Needs option "Ship to PO Box" option added

    Thanks for the update that things are working properly for you with the updated USPS shipping module ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #10
    Join Date
    Sep 2010
    Posts
    63
    Plugin Contributions
    0

    Default Re: USPS Ship Module, Int'l Priority, Needs option "Ship to PO Box" option added

    Ajeh,
    I have just run into trouble again with the USPS shipping module. Apparently they did some code updating on 28 July, and now my shipping options have failed to work. I followed all your previous instructions on installing the latest USPS module, it was working fine, now it has stopped working. Any suggestions?
    Addlink

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v151 I installed ship module, it shows in admin, I configured it... but its not "live"
    By BryanKollar in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 22 Feb 2014, 10:12 PM
  2. v139h Max weight restriction code for USPS Priority Mail Int Lrg Video box shipping option
    By heteromorphic in forum Addon Shipping Modules
    Replies: 9
    Last Post: 8 Sep 2012, 01:05 AM
  3. Ship Complete vs Partial Ship option?
    By micmed in forum Built-in Shipping and Payment Modules
    Replies: 25
    Last Post: 5 May 2010, 06:46 PM
  4. UPS shipping-ONE category needs a different "ship from" zip
    By staceyx in forum Built-in Shipping and Payment Modules
    Replies: 20
    Last Post: 18 Jul 2009, 03:49 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