Page 2 of 24 FirstFirst 123412 ... LastLast
Results 11 to 20 of 238
  1. #11
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS International shipping problem...

    This includes the missing methods

    NOTE: be sure to do a REMOVE, INSTALL and reconfigure after you load it to your server ...

    DOES NOT WORK ... will repost when it does
    USPS 01-02-2011 B

    Get current release - USPS January 2, 2011 C - below from post #26
    http://www.zen-cart.com/forum/showpo...9&postcount=26
    Attached Files Attached Files
    Last edited by Ajeh; 28 Apr 2011 at 03:58 AM.
    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!

  2. #12
    Join Date
    Apr 2008
    Posts
    60
    Plugin Contributions
    2

    Default Re: USPS International shipping problem...

    Great thanks for the quick update. Everything seems to be working correctly now.

  3. #13
    Join Date
    Nov 2008
    Posts
    192
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    All is well here, too.

    Many thanks, Ajeh!

  4. #14
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    I too am having the problems with the usps int not showing prices. I have a modified usps.php file which I changed with the updated file provided above but am still having problems after uninstalling and reinstalling the updated module. In the module config page, it looks good and updated with all the new shipping options, and have put in all the same info as I'd previously had but still no luck as the usps int options don't show up.

    I've modified the original usps file around line 247 to only show certain shipping methods based on the total order weight. I've copied the shipping method name between the ' ' from earlier in the php file (lines 116-137) as I'd done before.

    Attached is a zip containing my updated and original usps.php files.

    Please help as I have customers trying to buy stuff and they're unable to right now. Thanks!
    Attached Files Attached Files

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

    Default Re: USPS International shipping problem...

    Please get the B version in post #11 and be sure to do a REMOVE, INSTALL and reconfigure after you load it to your server ...
    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. #16
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    Just did that after I saw you posted it, still no luck. Yes I did the remove, install, recofig steps. Here is the file as I have it now (attached)
    Attached Files Attached Files

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

    Default Re: USPS International shipping problem...

    PeauProductions ... you are testing against the $type before it is cleaned ...

    If you put an:
    echo $type . '<br>';

    right after the $type is cleaned you can see what you are looking for to use in your case statements ...
    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. #18
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    I am not familiar with the term "clean" in the context of this code (I know it has to do with getting the character code out of the ' ' naming, but don't know what function is doing the "cleaning"). Also I forget how to see the output of the echo function. Do I run it through a program like dreamweaver or does it output on my site somewhere. Thanks for you quick responses.
    Last edited by PeauProductions; 3 Jan 2011 at 01:18 AM.

  9. #19
    Join Date
    Aug 2004
    Posts
    762
    Plugin Contributions
    0

    Default Re: USPS International shipping problem...

    Ajeh - Thanks for the quick response. The second version you updated is verified to fix the First Class International issue on the latest version of ZenCart.
    - Jeff

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

    Default Re: USPS International shipping problem...

    Quote Originally Posted by PeauProductions View Post
    I am not familiar with the term "clean" in the context of this code (I know it has to do with getting the character code out of the ' ' naming, but don't know what function is doing the "cleaning"). Also I forget how to see the output of the echo function. Do I run it through a program like dreamweaver or does it output on my site somewhere. Thanks for you quick responses.
    Code:
    // fix new trademark and reg
    $type = str_replace('&amp;lt;sup&amp;gt;&amp;amp;reg;&amp;lt;/sup&amp;gt;', '<sup>&reg;</sup>', $type);
    $type = str_replace('&amp;lt;sup&amp;gt;&amp;amp;trade;&amp;lt;/sup&amp;gt;', '<sup>&trade;</sup>', $type);
    The $type is being cleaned ... you need to test for the cleaned $type not the $type with all the junk in it ...
    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!

 

 
Page 2 of 24 FirstFirst 123412 ... 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