Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default How to make FIRST CLASS (domestic) show up?

    I'm running Zen cart 1.3.7.

    I updated the usps module to this version usps-update-May12-2008-v13x but I'm not able to make the FIRST CLASS mail option show up

    Help appreciated.

    --Christian

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

    Default Re: How to make FIRST CLASS (domestic) show up?

    Make sure that you saved your USPS setup information and then did a REMOVE, INSTALL and re-configured it ...

    What weight are you trying to ship?

    What are your settings in the Configuration ... Shipping/Packaging ...
    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. #3
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: How to make FIRST CLASS (domestic) show up?

    I'm trying to ship an item weighing 0.735 lb.

    The shipping/packaging is set to:
    small packages: 10:.125
    larger packages: 10:5

    After removing install - reconfigure the FIRST CLASS domestic show up for shippments weighing less than a pound. I guess that is correct.

    Is is possible to include Priority Flat Rate options in the shipping module?

    --Christian

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

    Default Re: How to make FIRST CLASS (domestic) show up?

    For Domestic, in the US, I get:
    United States Postal Service (1 x 0.93lbs) United States Postal Service
    Express Mail (1 - 2 days) $22.65
    Priority Mail (2 - 3 days) $4.80
    Parcel Post (4 - 7 days) $8.25
    Media Mail $2.23
    Bound Printed Material $2.34
    Library $2.12
    For International, to Canada, I get:
    United States Postal Service (1 x 0.93lbs) United States Postal Service
    Global Express Guaranteed (1 - 3 days) $43.50
    Global Express Guaranteed Non-Document Rectangular (1 - 3 days) $43.50
    Global Express Guaranteed Non-Document Non-Rectangular (1 - 3 days) $43.50
    Express Mail International (EMS) (5 days) $27.25
    Express Mail International (EMS) Flat-Rate Envelope (5 days) $23.95
    Priority Mail International (6 - 10 days) $17.00
    Priority Mail International Flat-Rate Envelope (6 - 10 days) $9.95
    Priority Mail International Flat-Rate Box (6 - 10 days) $23.95
    First Class Mail International Large Envelope (Varies) $4.56
    First Class Mail International Package (Varies) $4.76
    The US shipping is set up for:
    Code:
        $this->types = array('EXPRESS' => 'Express Mail',
            'FIRST CLASS' => 'First-Class Mail',
            'PRIORITY' => 'Priority Mail',
            'PARCEL' => 'Parcel Post',
            'MEDIA' => 'Media Mail',
            'BPM' => 'Bound Printed Material',
            'LIBRARY' => 'Library'
            );
    And the International for:
    Code:
        $this->intl_types = array(
            'Global Express' => 'Global Express Guaranteed',
            'Global Express Non-Doc Rect' => 'Global Express Guaranteed Non-Document Rectangular',
            'Global Express Non-Doc Non-Rect' => 'Global Express Guaranteed Non-Document Non-Rectangular',
            'Global Express Envelopes' => 'USPS GXG Envelopes',
            'Express Mail Int' => 'Express Mail International (EMS)',
            'Express Mail Int Flat Rate Env' => 'Express Mail International (EMS) Flat-Rate Envelope',
            'Priority Mail International' => 'Priority Mail International',
            'Priority Mail Int Flat Rate Env' => 'Priority Mail International Flat-Rate Envelope',
            'Priority Mail Int Flat Rate Box' => 'Priority Mail International Flat-Rate Box',
            'Priority Mail Int Flat Rate Lrg Box' => 'Priority Mail International Large Flat-Rate Box',
            'First Class Mail Int Lrg Env' => 'First Class Mail International Large Envelope',
            'First Class Mail Int Package' => 'First Class Mail International Package',
            'First Class Mail Int Letters' => 'First Class Mail International Letters',
            'First Class Mail Int Flats' => 'First Class Mail International Flats',
            'First Class Mail Int Parcels' => 'First Class Mail International Parcels'
            );
    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. #5
    Join Date
    Dec 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: How to make FIRST CLASS (domestic) show up?

    Thanks, I think that would solve my problem.

    --Christian

  6. #6
    Join Date
    Nov 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: How to make FIRST CLASS (domestic) show up?

    I am also on 1.3.7 and have Removed the USPS module, replaced usps.php with the most recent file (http://www.zen-cart.com/forum/showthread.php?t=97461), and reconfigured my settings.

    No matter what I do, I can't get an international flat-rate box quote. The only admin option available is Priority Mail Int Flat Rate Box - no Priority Mail Int Flat Rate Lrg Box. I've confirmed the following line of code in my file:
    Code:
    $this->intl_types = array(
    ...
    'Priority Mail Int Flat Rate Lrg Box' => 'Priority Mail International Large Flat Rate Box',
    ...
    );
    Global Express Envelopes is also missing from the USPS module and confirmed in the code as above. It's like the admin settings are cached somewhere even though I Remove, Replace, Install. I've removed every instance of usps.php, cleared my browser cache, restarted my FTP, everything short of a fresh boot.

    Any idea why these options still aren't available in admin?

  7. #7
    Join Date
    Nov 2008
    Posts
    14
    Plugin Contributions
    0

    Default Re: How to make FIRST CLASS (domestic) show up?

    Anyone have thoughts on my dilemma?

    Should I start a new thread?

    Thanks

 

 

Similar Threads

  1. v139h USPS_2014_0306_K1 Not offering First Class Domestic
    By christymreed in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 13 Mar 2014, 04:26 PM
  2. v151 Suddenly First Class Domestic is missing? HELP
    By Jeff_Mash in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 8 Mar 2014, 10:22 PM
  3. v151 July 28 USPS (Version H)...can't select First Class domestic
    By azzenner in forum Addon Shipping Modules
    Replies: 8
    Last Post: 29 Jul 2013, 09:19 PM
  4. USPS Domestic First Class Does Not Show UP
    By hflsales in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 23 Sep 2009, 10:06 PM
  5. Domestic/International Shipping: First Class/Priority
    By Fuzzy Ink in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 28 Feb 2009, 10:26 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