Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Jan 2004
    Posts
    144
    Plugin Contributions
    0

    Default USPS Shipping method display?

    I can't find any record of what USPS method the customer chose on invoices, packing slips, in Super Orders. It just says "United States Postal Service."

    My client is back calculating the amount added to the order and, I think, re-inputting the weight at USPS.com to determine if the purchaser chose Priority or Media mail (if a US domestic order). Are we both missing some obvious place where we'd see, say, "PRIORITY" "FIRST CLASS" or "MEDIA" shown?

    Thanks in advance,

    Rand

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

    Default Re: USPS Shipping method display?

    Sounds like you have a customized module ...

    There are switches for weight and days but I don't recall anything other than custom coding for turning off the method ...

    Can you look on the server and view the usps.php file for the ID on that file?
    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. #3
    Join Date
    Jan 2004
    Posts
    144
    Plugin Contributions
    0

    Default Re: USPS Shipping method display?

    Hi Linda,

    Paste from usps.php:

    * @version $Id: usps.php 6474 2007-11-18 15:59:32Z ajeh $

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

    Default Re: USPS Shipping method display?

    The date stamp looks right for the Nov 2007 updated module ... I don't know if you had customizations to your site, however as I am not seeing a simple way to remove the method without customizing the code ...

    Have you tried to compare the file:
    /includes/modules/shipping/usps.php

    with a clean version of the file?
    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!

  5. #5
    Join Date
    Jan 2004
    Posts
    144
    Plugin Contributions
    0

    Default Re: USPS Shipping method display?

    Beyond Compare reports a match on usps.php from server and from USPS_NOV192007.zip.

    I attached a gif (which I've never done here before, hope it works) of at least one place where I imagine "Priority", "Media" or "First Class" would be displayed. It sounds like it's expected on your end, too, rather than a new request, right?

    Again, TIA!

    - Rand
    Attached Images Attached Images  

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

    Default Re: USPS Shipping method display?

    Test an Order via Check/Money Order ... do you see the method of USPS that is selected?

    What version of Zen Cart?

    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!]
    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. #7
    Join Date
    Jan 2004
    Posts
    144
    Plugin Contributions
    0

    Default Re: USPS Shipping method display?

    Check/Money Order displays same as in attached GIF.

    Additional notes: Super Packing Slip does not show anything next to Shipping Method. Invoice or Order Details offer no Shipping information.

    Zen Cart info from Server/Version info:
    Zen Cart 1.3.7
    Database Patch Level: 1.3.7
    v1.3.6 [2006-11-13 10:52:47] (Version Update 1.3.5->1.3.6)
    v1.3.5 [2006-11-13 10:52:47] (Version Update 1.3.0.2->1.3.5)
    v1.3.0.2 [2006-11-13 10:52:43] (Version Update 1.3.0.1->1.3.0.2)
    v1.3.0.1 [2006-11-13 10:52:43] (Version Update 1.3.0->1.3.0.1)
    v1.3.0 [2006-11-13 10:52:43] (Version Update 1.2.7->1.3.0)
    v1.2.7 [2006-11-13 10:52:41] (Version Update 1.2.6->1.2.7)
    v1.2.6 [2006-11-13 10:52:41] (Version Update 1.2.5->1.2.6)
    v1.2.5 [2006-11-13 10:52:40] (Version Update 1.2.4->1.2.5)
    v1.2.4 [2005-02-17 21:57:27] (Version Update 1.2.3->1.2.4)
    v1.2.3 [2005-02-17 21:57:27] (Version Update 1.2.2->1.2.3)
    v1.2.2 [2005-02-17 21:57:27] (Zen-Cart Core Files Version Info)

    HTH,

    - Rand

  8. #8
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: USPS Shipping method display?

    Since you are using SuperOrders, have you contacted the author?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  9. #9
    Join Date
    Jan 2004
    Posts
    144
    Plugin Contributions
    0

    Default Re: USPS Shipping method display?

    Here I go!

    - Rand

  10. #10
    Join Date
    Jan 2004
    Posts
    144
    Plugin Contributions
    0

    Default Re: USPS Shipping method display?

    Problem solved changing

    $shipping_method

    to something like

    $order->info['shipping_method']

    or

    $oInfo->shipping_method

    in super_orders.php, super_packingslip.php and super_invoice.php

    Guidance found on page 78 of the Super Orders support thread
    http://www.zen-cart.com/forum/showth...=44668&page=78

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. USPS doesn't show as shipping method
    By signfolk in forum Built-in Shipping and Payment Modules
    Replies: 10
    Last Post: 14 Nov 2011, 08:51 PM
  2. USPS Display only the cheapest method
    By kidd6801 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 23 Jul 2011, 03:53 AM
  3. USPS Shipping Method vs Product Type
    By speakparrot in forum Built-in Shipping and Payment Modules
    Replies: 24
    Last Post: 17 Mar 2008, 06:35 AM
  4. USPS shipping method not appearing
    By Philthyone in forum Addon Shipping Modules
    Replies: 10
    Last Post: 14 Jul 2007, 06:26 PM

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