Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2009
    Posts
    5
    Plugin Contributions
    0

    Default Priority Mail Flat Rate to Canada Unavailable?

    I'm trying to make the USPS priority mail international flat rate shipping option available to my customers. Zen Cart version is 1.3.8a. I'm using the most recent USPS shipping module dated 2008-05-13.

    Among others, I've got the "Priority Mail Int Flat Rate Box" option enabled in the USPS shipping module. When I try to check out a purchase that weighs 11.5 lbs I'm given two shipping options: express mail international and priority mail international. My store is set up to ship from the US. What might I have missed to have the flat rate option available at checkout?

  2. #2
    Join Date
    Feb 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Priority Mail Flat Rate to Canada Unavailable?

    Sorry, I should also note that I have "Package Tare Small to Medium - added percentage:weight" set to 0:0 and "Larger packages - added packaging percentage:weight" set to 10:0. I must admit that I don't quite understand what those parameters do, though.

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

    Default Re: Priority Mail Flat Rate to Canada Unavailable?

    Try two changes to the file:
    /includes/modules/shipping/usps.php

    around line 111 change:
    Code:
            'Priority Mail Int Flat Rate Lrg Box' => 'Priority Mail International Large Flat Rate Box',
    to read:
    Code:
            'Priority Mail Int Flat Rate Lrg Box' => 'Priority Mail International Large Flat-Rate Box',
    Around line 262 change:
    Code:
        $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('International Shipping Methods', 'MODULE_SHIPPING_USPS_TYPES_INTL', 'Global Express, Global Express Non-Doc Rect, Global Express Non-Doc Non-Rect, Global Express Envelopes, Express Mail Int, Express Mail Int Flat Rate Env, Priority Mail International, Priority Mail Int Flat Rate Env, Priority Mail Int Flat Rate Box, First Class Mail Int Lrg Env, First Class Mail Int Package, First Class Mail Int Letters, First Class Mail Int Flats, First Class Mail Int Parcels', 'Select the international services to be offered:', '6', '15', 'zen_cfg_select_multioption(array(\'Global Express\', \'Global Express Non-Doc Rect\', \'Global Express Non-Doc Non-Rect\', \'Express Mail Int\', \'Express Mail Int Flat Rate Env\', \'Priority Mail International\', \'Priority Mail Int Flat Rate Env\', \'Priority Mail Int Flat Rate Box\', \'First Class Mail Int Lrg Env\', \'First Class Mail Int Package\', \'First Class Mail Int Letters\', \'First Class Mail Int Flats\', \'First Class Mail Int Parcels\'), ',  now())");
    to read:
    Code:
        $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('International Shipping Methods', 'MODULE_SHIPPING_USPS_TYPES_INTL', 'Global Express, Global Express Non-Doc Rect, Global Express Non-Doc Non-Rect, Global Express Envelopes, Express Mail Int, Express Mail Int Flat Rate Env, Priority Mail International, Priority Mail Int Flat Rate Env, Priority Mail Int Flat Rate Box, Priority Mail Int Flat Rate Lrg Box, First Class Mail Int Lrg Env, First Class Mail Int Package, First Class Mail Int Letters, First Class Mail Int Flats, First Class Mail Int Parcels', 'Select the international services to be offered:', '6', '15', 'zen_cfg_select_multioption(array(\'Global Express\', \'Global Express Non-Doc Rect\', \'Global Express Non-Doc Non-Rect\', \'Express Mail Int\', \'Express Mail Int Flat Rate Env\', \'Priority Mail International\', \'Priority Mail Int Flat Rate Env\', \'Priority Mail Int Flat Rate Box\', \'Priority Mail Int Flat Rate Lrg Box\', \'First Class Mail Int Lrg Env\', \'First Class Mail Int Package\', \'First Class Mail Int Letters\', \'First Class Mail Int Flats\', \'First Class Mail Int Parcels\'), ',  now())");
    You will need to REMOVE, INSTALL and reconfigure this after making these changes ...

    Does this work for you?
    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!

  4. #4
    Join Date
    Feb 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Priority Mail Flat Rate to Canada Unavailable?

    That did the trick - thanks!

  5. #5

    Default Re: Priority Mail Flat Rate to Canada Unavailable?

    I found this thread when trying to solve the same problem the OP had. After applying the fixes in this thread, I now get "United States Postal Service (<weight>) (Priority Mail International Large Flat-Rate Box (6 - 10 days))" in my list of shipping quotes. However I am not presented with quotes for the either the small flat rate box or the regular flat rate box, even when the weights are well under the limits for those shipping choices. I have the following checked in Admin -> Modules -> Shipping -> USPS:

    Domestic Shipping Methods
    EXPRESS, PRIORITY

    International Shipping Methods
    Global Express, Express Mail Int, Priority Mail International, Priority Mail Int Flat Rate Box, Priority Mail Int Flat Rate Lrg Box

    Is it possible to get quotes for more than just the Flat Rate Lrg Box?

    Thanks,

    Drew

 

 

Similar Threads

  1. v151 Setting up International Flat Rate USPS Priority Mail
    By jlizotte in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 24 Dec 2012, 12:21 AM
  2. USPS - Priority Mail Flat Rate Box setting?
    By giggles in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 30 Oct 2009, 03:05 PM
  3. USPS Priority Mail Flat Rate
    By VisExp in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 28 Mar 2009, 12:48 AM
  4. Priority Mail International Flat Rate Envelopes
    By operator5 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 14 May 2007, 12:06 PM
  5. Priority Mail Flat Rate Shipping
    By rush_woman in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 11 Feb 2007, 05:49 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