Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 57
  1. #31
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: USPS Web Tools Price Change Updates 2012

    Quote Originally Posted by cranes View Post
    By' old module', do you mean 1.38 or 1.39h ?
    Thanks Dr.Byte
    I mean ALL USPS modules released prior to January 21, 2012, whether as addons here or as part of core code in older Zen Cart versions.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

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

    Default Re: USPS Web Tools Price Change Updates 2012

    Quote Originally Posted by ts232 View Post
    I am seeing the same behavior on my 1.39h setup after the latest USPS is installed. For Domestic, Priority Mail options show up, but not the flat rates. 95% of our shipping has been Flat Rate Envelopes in the past.
    Were you using the USPS that comes with Zen Cart or did you use the RateV4 add on?
    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!

  3. #33
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: USPS Web Tools Price Change Updates 2012

    OK, updated our usps.com php file in the shipping modules, but our sorting code isn't working. File attached and modded code starts on line 297. I've checked the shipping options names and everything seems to be correct but it is still showing all the shipping options as true on the site and not turning the ones off we want by weight. Please take a look and let me know how to adjust. Thanks guys.
    Attached Files Attached Files

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

    Default Re: USPS Web Tools Price Change Updates 2012

    You have defined $show_it but you are not using it ...

    Add an IF around the method:
    Code:
    if ($show_it) {
    // add $this->usps_countries to title to test actual country
              $methods[] = array('id' => $type,
                                 'title' => $title,
                                 'cost' => ($cost * $shipping_num_boxes) + (MODULE_SHIPPING_USPS_HANDLING_METHOD == 'Box' ? $usps_handling_fee * $shipping_num_boxes : $usps_handling_fee) );
    
              // bof: sort by contributed by Marco B
              // Sort the options
              if (MODULE_SHIPPING_USPS_QUOTE_SORT != 'Unsorted') {
                usort($methods,'usps_sort_'.MODULE_SHIPPING_USPS_QUOTE_SORT);
              }
              // eof: sort by contributed by Marco B
            }
    }
    See if that helps ...
    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!

  5. #35
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: USPS Web Tools Price Change Updates 2012

    Perfect thanks!

  6. #36
    Join Date
    May 2006
    Posts
    170
    Plugin Contributions
    1

    Default Re: USPS Web Tools Price Change Updates 2012

    Quote Originally Posted by Ajeh View Post
    Were you using the USPS that comes with Zen Cart or did you use the RateV4 add on?
    I just upgraded yesterday with the version I found from the downloads section. Folder name is USPS v15 Ratev3

    Is that the right one to use?

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

    Default Re: USPS Web Tools Price Change Updates 2012

    That is the correct one to use ...

    You should see for the Domestic choices:
    United States Postal Service (1 x 0.06lbs) (First-Class Mail (2 - 5 days)) $1.95
    United States Postal Service (1 x 0.06lbs) (Priority Mail (2 - 3 days)) $5.20
    United States Postal Service (1 x 0.06lbs) (Parcel Post (4 - 7 days)) $5.20
    United States Postal Service (1 x 0.06lbs) (Media Mail) $2.47
    United States Postal Service (1 x 0.06lbs) (Library) $2.35
    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. #38
    Join Date
    Aug 2011
    Location
    Pacific NW
    Posts
    28
    Plugin Contributions
    0

    Default Re: USPS Web Tools Price Change Updates 2012

    Thank you for creating this new module! I almost have it working.

    I installed it per the instructions:

    Printed out all my old settings
    Uninstalled the USPS module in Admin
    Copied the downloaded includes folder to the parent directory (it overwrote the USPS files as expected)
    Installed the USPS module in Admin using my old settings

    I am having a couple of problems.

    1. The estimate shipping table is not working for domestic or international.
    2. When checking out as an international customer, it says something like "Sorry we are not able to ship to that region"

    I am using 1.3.9h

    Thank you,

    Gary

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

    Default Re: USPS Web Tools Price Change Updates 2012

    Do you have a Zone set on the USPS shipping module?

    What settings do you see in the right hand panel if you go to Modules ... Shipping ... and click on USPS ...
    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. #40
    Join Date
    Aug 2011
    Location
    Pacific NW
    Posts
    28
    Plugin Contributions
    0

    Default Re: USPS Web Tools Price Change Updates 2012

    Thank you for your reply. Here are my settings.

    Enable USPS Shipping
    True

    Enter the USPS Web Tools User ID
    ##########

    Which server to use
    production

    Quote Sort Order
    Price

    Handling Fee - US
    0

    Handling Fee - International
    0

    Handling Per Order or Per Box
    Box

    Decimal Settings
    2

    Tax Class
    Taxable Goods

    Tax Basis
    Shipping

    Shipping Zone
    Washington

    Sort Order
    10

    All Packages are Machinable
    False

    USPS Options
    Display weight, Display transit time

    Domestic Shipping Methods
    EXPRESS, PRIORITY, FIRST CLASS

    International Shipping Methods
    Global Express, Priority Mail Int Flat Rate Small Box, First Class Mail Int Parcel

    Debug Mode
    Off

 

 
Page 4 of 6 FirstFirst ... 23456 LastLast

Similar Threads

  1. v138a USPS Web Tools Errors
    By raycruzer in forum Addon Shipping Modules
    Replies: 16
    Last Post: 23 Aug 2015, 04:04 PM
  2. v154 USPS Web Tools Updates: May 31, 2015
    By jeking in forum Addon Shipping Modules
    Replies: 15
    Last Post: 2 Jun 2015, 05:37 PM
  3. v139h USPS web tools
    By outwest in forum Built-in Shipping and Payment Modules
    Replies: 12
    Last Post: 28 Apr 2012, 06:59 AM
  4. USPS Web Tools ???
    By vedavyas govardhanam in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 29 Jan 2010, 03:33 PM
  5. RE: USPS Web Tools™ Customers
    By rnet in forum General Questions
    Replies: 4
    Last Post: 3 Oct 2006, 09:04 PM

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