Page 5 of 7 FirstFirst ... 34567 LastLast
Results 41 to 50 of 66
  1. #41
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: USPS module issue

    Just to humor me, can you download the UPS shipping module and install it on your site with the default settings just to see if it shows quotes?

    http://www.zen-cart.com/index.php?ma...oducts_id=1963
    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. #42
    Join Date
    Nov 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: USPS module issue

    OK.. I installed the UPS module as requested and when I try to check out I get the following message for UPS quotes:

    "We are unable to obtain a rate quote for UPS shipping.
    Please contact the store if no other alternative is shown."

    The same USPS message as before also shows below the UPS message.

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

    Default Re: USPS module issue

    You need to talk to your hosting provider and see why outgoing http connections are blocked on port 80 ...
    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. #44
    Join Date
    Nov 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: USPS module issue

    I have emailed my hosting company and inquired about the outgoing http connections being blocked on port 80 and as soon as I hear back from them I will update you.
    Thank you again for your help.

  5. #45
    Join Date
    Nov 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: USPS module issue

    My hosting company replied and copy of their reply is below:
    --------

    Please note that outgoing 'HTTP' connections are not blocked on port 80. You can verify this from the logs pasted below:
    =====
    root@monaco [~]# iptables -nL | grep :80
    ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80
    ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:80
    Chain acctboth (2 references)
    tcp -- 216.218.220.45 0.0.0.0/0 tcp dpt:80
    tcp -- 0.0.0.0/0 216.218.220.45 tcp spt:80
    =====
    root@monaco [~]# telnet google.com 80
    Trying 74.125.224.113...
    Connected to google.com (74.125.224.113).
    Escape character is '^]'.
    ^]
    =====



    ---------------------------------------------------

    I am not sure what the next step is. Please advise if you know.

    Thanks!!

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

    Default Re: USPS module issue

    I would ask them to check again that both incoming and outgoing are working on that port ...

    It is not making sense that this is not working for you ... maybe tell them what program you are running and what is failing to see if it triggers any clues with them ...
    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!

  7. #47
    Join Date
    Nov 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: USPS module issue

    I emailed them and asked them to recheck the port and also provided them with customer log in details so they can see what the problem is and see if they have any suggestions to offer.
    I will update when they reply.

    Thanks!!

  8. #48
    Join Date
    Nov 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: USPS module issue

    I have been in contact with my host, several times, and their last communication snippet is below:
    ==========================
    The server is communicating fine with Production Servers.
    ----------
    root@monaco [/home/aeroelec/public_html]# telnet production.shippingapis.com 80
    Trying 56.0.70.50...
    Connected to production.shippingapis.com (56.0.70.50).
    Escape character is '^]'.
    ^]
    telnet> q
    Connection closed.

    root@monaco [/home/aeroelec/public_html]# telnet secure.shippingapis.com 443
    Trying 56.0.34.44...
    Connected to secure.shippingapis.com (56.0.34.44).
    Escape character is '^]'.
    ^]
    telnet> q
    Connection closed.
    ----------

    However, the 'Checkout' gives the following error:
    ---------
    Shipping Method:

    Please select the preferred shipping method to use on this order.
    United Parcel Service United Parcel Service
    We are unable to obtain a rate quote for UPS shipping.
    Please contact the store if no other alternative is shown.
    United States Postal Service United States Postal Service
    We are unable to find a USPS shipping quote suitable for your mailing address and the shipping methods we typically use.
    If you prefer to use USPS as your shipping method, please contact us for assistance.
    (Please check that your Zip Code is entered correctly.)
    ---------

    Please update us with the exact steps that needs to be done from our end (Hosting support) to enable the USPS shipping module.

    Also, do update us if there are any other specific IP addresses or Port numbers with which the domain should communicate for USPS shipping module to work.
    =============================



    I have also called USPS again and asked them to verify that I am on production mode and explained to them the problem I am having and they informed me that all is working well on their end and asked me to supply this link, https://www.usps.com/business/webtoo...cal-guides.htm to the shipping cart development team.


    Something is off somewhere apparently and I can't put my finger on it.

    Kindly, PLEASE advise what I should do to try to get this issue resolved.
    I can PM you the link with my hosting company support ticket details if that would help.
    I sincerely appreciate your help.

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

    Default Re: USPS module issue

    I do not know if you are into this test, but are you able to create a test database with the demo data and a test directory and install a clean Zen Cart v1.5 and the USPS and UPS shipping modules just to rule out anything in your current site from causing this?
    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. #50
    Join Date
    Nov 2011
    Posts
    30
    Plugin Contributions
    0

    Default Re: USPS module issue

    I don't guess there is any other option available at this point.
    It will take some time to get it done. I will post an update when it is done.

 

 
Page 5 of 7 FirstFirst ... 34567 LastLast

Similar Threads

  1. v139h Is the USPS shipping module required to ship with USPS?
    By yeahwhatever in forum Addon Shipping Modules
    Replies: 3
    Last Post: 14 Feb 2012, 12:58 AM
  2. USPS Shipping Module issue
    By sonicparke in forum Built-in Shipping and Payment Modules
    Replies: 40
    Last Post: 8 Jan 2011, 12:54 AM
  3. USPS Module Issue
    By len7560 in forum General Questions
    Replies: 1
    Last Post: 6 Mar 2010, 06:15 PM
  4. USPS shipping module first clas intl issue
    By Cadoo in forum Built-in Shipping and Payment Modules
    Replies: 23
    Last Post: 16 Jan 2010, 03:09 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