Page 6 of 24 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 238
  1. #51
    Join Date
    Aug 2004
    Posts
    262
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    The fix works just fine, but I'm having a very small problem. Now, the shipping estimator is highlighting the lowest UPS price, and not the lowest overall shipping price, which would be the USPS price.

  2. #52
    Join Date
    Apr 2010
    Posts
    133
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    Thank you for your hard work and updating this module! I totally appreciate it :-)

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

    Default Re: USPS International shipping problem...

    Quote Originally Posted by sadie View Post
    The fix works just fine, but I'm having a very small problem. Now, the shipping estimator is highlighting the lowest UPS price, and not the lowest overall shipping price, which would be the USPS price.
    Could you check that you are using the current release of the USPS Jan 2, 2011 C code?

    And, that you did an REMOVE, INSTALL and reconfigure of the settings ...

    Then, if this is still happening ... could you provide an exact click for click of how to reproduce this problem as I cannot get the shipping estimator to not show the lowest price whether logged in or not logged in and regardless of what I select in the checkout the shipping estimator will still highlight the cheapest cost ...
    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. #54
    Join Date
    Nov 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    Quote Originally Posted by sadie View Post
    The fix works just fine, but I'm having a very small problem. Now, the shipping estimator is highlighting the lowest UPS price, and not the lowest overall shipping price, which would be the USPS price.
    Same problem here Linda.

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

    Default Re: USPS International shipping problem...

    What version of Zen Cart are you using?

    Clean install or an Upgrade?
    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. #56
    Join Date
    Aug 2004
    Posts
    262
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    Quote Originally Posted by Ajeh View Post
    Could you check that you are using the current release of the USPS Jan 2, 2011 C code?

    And, that you did an REMOVE, INSTALL and reconfigure of the settings ...

    Then, if this is still happening ... could you provide an exact click for click of how to reproduce this problem as I cannot get the shipping estimator to not show the lowest price whether logged in or not logged in and regardless of what I select in the checkout the shipping estimator will still highlight the cheapest cost ...
    This is so strange, earlier today, right after I made the changes to the USPS update C, my shipping estimator was doing what I explained. Now, after being off line for several hours (and making no changes to my files), I checked it again, and it is working fine, and is choosing the lowest shipping. I don't understand it, but everything is fine now.

  7. #57
    Join Date
    Sep 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    Round down to 2 digits is not working for everything yet.
    I am not getting any international options in the shipping estimator for Nova Scotia or Japan.
    Stock 1.3.9h + USPS round to 2 digits.

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

    Default Re: USPS International shipping problem...

    I cannot reproduce the problem, when I change the code:
    Code:
        $shipping_ounces = zen_round($shipping_ounces, 3);
    to read:
    Code:
        $shipping_ounces = zen_round($shipping_ounces, 2);
    What Ship From and Ship To are you using?

    What weight are you shipping?

    What are your settings in the Shipping/Packaging?

    What are your settings in 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: 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!

  9. #59
    Join Date
    May 2010
    Posts
    222
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    This worked. Thank you!

    Is there a way to remove the two astericks from First Class International? This is how it appears on my website (without the quotations): "Priority Mail International**".

  10. #60
    Join Date
    Nov 2005
    Posts
    53
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    hi there - i am running 1.3.8a and use USPS exclusively. got two emails that international customers are getting no shipping choices, so i attempted to install this module.

    copied usps.php, uploaded this new file. when i refreshed my modules admin screen, there was no 'USPS' module listed, and the right-hand column that normally houses the 'install' button was entirely missing!

    i quickly deleted the new file and renamed the copy so at least i can continue to receive domestic orders, but would love to know what's going on with my shipping module!!

    upgrade, (not clean install) all security patches installed as far as i can tell. URL: http://oyinhandmade.com

    please help!!

    thanks so much :)
    zencart installation is at http://oyinhandmade.com/shop

 

 
Page 6 of 24 FirstFirst ... 4567816 ... LastLast

Similar Threads

  1. USPS international shipping calculation problem
    By OrionsAttic in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 27 Jun 2011, 04:26 PM
  2. USPS International Shipping Problem and Solution
    By grafcaps.com in forum Built-in Shipping and Payment Modules
    Replies: 10
    Last Post: 13 May 2011, 12:58 AM
  3. USPS domestic flat rate box I see it for international
    By cshart in forum Built-in Shipping and Payment Modules
    Replies: 15
    Last Post: 22 Nov 2010, 08:53 PM
  4. Replies: 2
    Last Post: 23 Aug 2009, 11: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