Page 13 of 15 FirstFirst ... 31112131415 LastLast
Results 121 to 130 of 143
  1. #121
    Join Date
    Jun 2012
    Location
    California
    Posts
    200
    Plugin Contributions
    0

    Default Re: USPS January 17 2016 K8 - Support Quirks

    Quote Originally Posted by Ajeh View Post
    You are going to have to re-create that file by getting the quote again on the server then copy that to your computer and Zip it ...

    That file is like the PDF was just renamed to .log and that won't work ...
    The last one I just supplied is okay correct?

  2. #122
    Join Date
    Jun 2012
    Location
    California
    Posts
    200
    Plugin Contributions
    0

    Default Re: USPS January 17 2016 K8 - Support Quirks

    Quote Originally Posted by Ajeh View Post
    You are going to have to re-create that file by getting the quote again on the server then copy that to your computer and Zip it ...

    That file is like the PDF was just renamed to .log and that won't work ...
    The last one I just sent is okay correct?

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

    Default Re: USPS January 17 2016 K8 - Support Quirks

    That one worked ...

    Try the dimensions of:
    8-5/8" x 5-3/8" x 1-5/8"
    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: v1.5.5]
    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. #124
    Join Date
    Jun 2012
    Location
    California
    Posts
    200
    Plugin Contributions
    0

    Default Re: USPS January 17 2016 K8 - Support Quirks

    Quote Originally Posted by Ajeh View Post
    That one worked ...

    Try the dimensions of:
    8-5/8" x 5-3/8" x 1-5/8"
    You are just awsome.
    Worked perfectly.
    Where can I donate to assist you.

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

    Default Re: USPS January 17 2016 K8 - Support Quirks

    You can donate to the Zen Cart Team at:
    https://www.zen-cart.com/content.php?6-donate
    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: v1.5.5]
    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. #126
    Join Date
    Jun 2012
    Location
    California
    Posts
    200
    Plugin Contributions
    0

    Default Re: USPS January 17 2016 K8 - Support Quirks

    Quote Originally Posted by Ajeh View Post
    You can donate to the Zen Cart Team at:
    https://www.zen-cart.com/content.php?6-donate
    Done, thank you

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

    Default Re: USPS January 17 2016 K8 - Support Quirks

    Thanks ver ymuch for your support ... that really helps out the Zen Cart Team!
    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: v1.5.5]
    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. #128
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: USPS January 17 2016 K8 - Support Quirks

    I have a client, based in the US, that uses USPS shipping only for international shipments so none of the "Domestic Rates" are checked. Running USPS (USPS RateV4 Intl RateV2 - March 28, 2018 Version K10) on Zen Cart 1.5.5e.

    When a domestic customer enters the checkout process, the following message is received for the USPS quotes:

    Code:
    -2147221202 - The element 'RateV4Request' has incomplete content. List of possible elements expected: 'RateClientType, Package'.
    The USPS log shows the following for the RESPONSE from USPS:
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <Error><Number>-2147221202</Number><Source>Common:XmlParse</Source>
    <Description>The element 'RateV4Request' has incomplete content. List of possible elements expected: 'RateClientType, Package'.</Description><HelpFile/><HelpContext/></Error>
    with SENT TO USPS:
    Code:
    <RateV4Request USERID="xxxxxxx">
    <Revision>2</Revision>
    </RateV4Request>

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

    Default Re: USPS January 17 2016 K8 - Support Quirks

    To turn it off when no Domestic is set add the code:

    Code:
    if ($usps_shipping_methods_domestic_cnt < 1) {
      $this->enabled = FALSE;
    }
    
        if (SHIPPING_ORIGIN_COUNTRY != '223') {
    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: v1.5.5]
    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. #130
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,399
    Plugin Contributions
    87

    Default Re: USPS January 17 2016 K8 - Support Quirks

    Thanks, @ajeh! That's much better than the patch I'd applied, since it's not going to be asking USPS for a quote ... for nothing!

 

 
Page 13 of 15 FirstFirst ... 31112131415 LastLast

Similar Threads

  1. USPS January 17, 2016 K8 BETA TEST SERVER ONLY
    By Ajeh in forum Addon Shipping Modules
    Replies: 67
    Last Post: 17 Jan 2016, 06:08 PM
  2. v154 USPS January 17 2016 rate increase
    By azzenner in forum Addon Shipping Modules
    Replies: 8
    Last Post: 17 Jan 2016, 06:06 PM
  3. USPS RateV4 Intl RateV2 - Jan 17, 2016 Version K8
    By Ajeh in forum Zen Cart Release Announcements
    Replies: 1
    Last Post: 17 Jan 2016, 06:04 PM
  4. Replies: 14
    Last Post: 24 Jan 2014, 06:51 PM
  5. v139h USPS January 22, 2012
    By joejoejoe in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 24 Jan 2012, 04:25 AM

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