Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Jun 2011
    Posts
    20
    Plugin Contributions
    0

    Default How to configure 1 oz weight on item not showing USPS first class cost correctly?

    I am using 1.3.9g version. It has not been updated recently. I have the USPS module add on for shipping.

    I am trying to figure out the proper entry for a product listing weight of one ounce, so that the USPS Rate calculator will figure the first class postage correctly (both domestic and International) I have searched all the forums and the info I have found and tried, does not work. I have removed and/or changed any tare weights etc that might effect it also. I have tried 0.1, 0.01, 1 and some others and they seem to have no effect at all

    As part of this question I hope someone might know how I can make ALL my items have the STANDARD weight of 1 ounce each as they are all the same. Is there some way to make this a standard when setting up a new product?

    Thank You!
    New and learning fast!

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

    Default Re: How to configure 1 oz weight on item not showing USPS first class cost correctly

    All weights are added in pounds ... Google says:
    1 ounce = 0.0625 pounds
    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
    Jun 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: How to configure 1 oz weight on item not showing USPS first class cost correctly

    That's one I used before so I went back and did it on my test item again. There is no change. It shows $1.71 USPS First Class Mail Charge for one ounce, shipped to my zip code. Do I need to update ZenCart internally somehow to reflect the change that I made?

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

    Default Re: How to configure 1 oz weight on item not showing USPS first class cost correctly?

    I get $1.71 on usps site and my own ...

    What is your ship to/from zip code and what price are you expecting?

    Are you using a Package or Letter or what settings on the USPS site?
    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
    Jun 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: How to configure 1 oz weight on item not showing USPS first class cost correctly?

    Quote Originally Posted by Ajeh View Post
    I get $1.71 on usps site and my own ...

    What is your ship to/from zip code and what price are you expecting?

    Are you using a Package or Letter or what settings on the USPS site?
    I would like to use the standard letter rate for first class and in my case 1 oz should be .44 and possibly slightly higher if I am able to use the non machineable option which is .63 I think. Should I be signing in to the USPS site to make these adjustments to shipping options or are they available on ZenCart. Thanks so much for checking on your end and getting $1.71 I thought it was something that was just happening to me alone. And thanks for your help too!

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

    Default Re: How to configure 1 oz weight on item not showing USPS first class cost correctly?

    And if you customize the usps.php shipping module to use Letter?
    Code:
        $this->_setFirstClassType('FLAT');
    Code:
    //    $this->_setFirstClassType('FLAT');
        $this->_setFirstClassType('LETTER');
    //    $this->_setFirstClassType('PARCEL');
    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
    Jun 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: How to configure 1 oz weight on item not showing USPS first class cost correctly?

    You lost me for a second. Where do I enter this info? Thanks

  8. #8
    Join Date
    Jun 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: How to configure 1 oz weight on item not showing USPS first class cost correctly?

    My zip is 61704 to 61704. I found the usps.php file and the codes you referred to earlier but did not feel comfortable making the changes because I didn't know if u meant replace the first reference line with the next two lines intead and if I was to paste all of what you had in (including ,,,) Instead I found one of your earlier posts in January #26 in which you has the whole usps.php file available for download to correct some issues with the usps module at the time. I copied this and uploaded to the directory and overwrote the file. I refreshed the page and then went to my web page and tried going through it again and came up with a $1.71 shipping again. I am almost there...any further suggestion?

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

    Default Re: How to configure 1 oz weight on item not showing USPS first class cost correctly?

    If you look in the file:
    /includes/modules/shipping/usps.php

    you will find around the line 214 the line:
    Code:
        $this->_setFirstClassType('FLAT');
    If you change that to read:
    Code:
    //    $this->_setFirstClassType('FLAT');
        $this->_setFirstClassType('LETTER');
    //    $this->_setFirstClassType('PARCEL');
    What that does is change First Class to give LETTER quotes ... the other lines are commented out so that if you want to test the results of the other settings you can ...
    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!

  10. #10
    Join Date
    Jun 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: How to configure 1 oz weight on item not showing USPS first class cost correctly?

    YOU ARE AWESOME!! It worked!! Thank you so MUCH!!!!!!!!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 USPS not showing First Class shipping rates for small items
    By andilyn in forum Addon Shipping Modules
    Replies: 1
    Last Post: 15 Apr 2015, 03:58 AM
  2. v151 USPS Not showing First Class on order
    By RyanEOD in forum Addon Shipping Modules
    Replies: 4
    Last Post: 30 Mar 2014, 11:31 PM
  3. USPS Shipping Option for First Class Domestic not showing
    By DVMGuy in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 19 Jul 2008, 07:51 PM
  4. First Class Option Not Showing Up in USPS upgrade
    By Ken Joy in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 1 Aug 2007, 09:14 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