Page 6 of 17 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 168
  1. #51
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: USPS Shipping Not Working Overseas

    I installed the patch for the new rates and still nothing for international. It is really puzzling. US rates work fine, just the international isn't working.

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

    Default Re: USPS Shipping Not Working Overseas

    Make sure that you are set to the Production server ...

    Also be sure that you see in the:
    /includes/modules/shipping

    Today's date on the usps.php file and that you did a Remove and Install and configuration on your site ...

    The module works with your old USPS Web Tools User ID ... if this is a new account make sure that you have called USPS and activated the account ...
    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!

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

    Default Re: USPS Shipping Not Working Overseas

    If you are not in v1.3.x be sure that you have edited the file with the changes on the instructions ...
    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. #54
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: USPS Shipping Not Working Overseas

    I am using zen cart 1.3.7 so I did not modify any files. and everything else looks right, the date, all the new files and I am on a production server...however it is a new account, but I have called USPS and activated and all that.
    I have looked and can't find how to run the debug for USPS, can you point me in a direction? Maybe that will do something.
    Thanks

  5. #55
    Join Date
    Jul 2005
    Posts
    120
    Plugin Contributions
    0

    Default Re: USPS new rates May

    I have a problem where (International) Priority Mail is an option, but the (International) Express Mail is not presented as an option. Express Mail Domestic works though.

    Update: If I select (International) Express Mail Envelope Flat Rate...that shows up as well. Global Express Guaranteed options show up also.
    Last edited by deadeye; 14 May 2007 at 03:55 PM.

  6. #56
    Join Date
    Mar 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: USPS new rates May

    Hello,
    I am running 1.2.7 and downloaded the files, editted line 13 on usps.php and uploaded. When I clicked on modules/shipping, I got the following derror message:

    Fatal error: Cannot redeclare class usps in /home2/hfb/public_html/store/includes/modules/shipping/usps.php on line 13

    and the usps module does not appear.


    I undid the change to line 13, but that resulted in another error about being unable to declare the base function.

    Any ideas?

    EDIT::::I put the old files back up and the error is still there, but it is on line 23 with the old files. I didn't check it beforehand, so the error may have been there prior to installing the update. Would it be because of the new rates release? All orders were fine yesterday, so I can only guess that this error wasn't there yesterday. Any help would be appreciated.

    Thanks!!
    Last edited by cyfarian; 14 May 2007 at 05:16 PM.

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

    Default Re: USPS new rates May

    You edited the module and changed:
    PHP Code:
    class usps extends base 
    To read:
    PHP Code:
    class usps 
    NOTE: USPS is also have intermittent server issues ... this is not related to your error
    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. #58
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS new rates May

    Quote Originally Posted by deadeye View Post
    I have a problem where (International) Priority Mail is an option, but the (International) Express Mail is not presented as an option. Express Mail Domestic works though.

    Update: If I select (International) Express Mail Envelope Flat Rate...that shows up as well. Global Express Guaranteed options show up also.
    There are rules concerning weight on USPS ... there is also a rule on amount for one of the shipping methods on orders over $400.00

    These will disable shipping methods if the weight does not work for that method or the order total is over $400.00

    SEE: usps.com for more information on their new rules
    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!

  9. #59
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default Re: USPS new rates May

    NOTE: USPS is also have intermittent server issues ... this is not related to your error
    You said it, BIG TIME

  10. #60
    Join Date
    Mar 2006
    Posts
    36
    Plugin Contributions
    0

    Default Re: USPS new rates May

    Quote Originally Posted by Ajeh View Post
    You edited the module and changed:
    PHP Code:
    class usps extends base 
    To read:
    PHP Code:
    class usps 
    NOTE: USPS is also have intermittent server issues ... this is not related to your error
    Was this post to me? If so, thank you for reponding to my post. Yes, I did edit the file per the instructions in the post. It did not correct the issue. Did I do it incorrectly? I removed the edit and as I said in my post, it just resulted in a different error.

 

 
Page 6 of 17 FirstFirst ... 4567816 ... LastLast

Similar Threads

  1. USPS RateV4 Intl RateV2 - May 31, 2015 Version K7 for May 31, 2015
    By Ajeh in forum Zen Cart Release Announcements
    Replies: 0
    Last Post: 31 May 2015, 12:20 AM
  2. v138a Cannot update to new USPS v4 rates
    By DesDev5 in forum Addon Shipping Modules
    Replies: 20
    Last Post: 21 Aug 2013, 03:51 PM
  3. USPS New May 14th Shipping Module
    By Ajeh in forum Zen Cart Release Announcements
    Replies: 2
    Last Post: 15 May 2007, 12:25 AM
  4. New USPS shipping changes in May
    By OregonBum in forum Addon Shipping Modules
    Replies: 0
    Last Post: 26 Mar 2007, 04:53 AM

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