Page 5 of 34 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 336
  1. #41
    Join Date
    Aug 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    my url is www.starsmagickshop.com

    I've done everything i've been told and it is not working.

  2. #42
    Join Date
    Aug 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I've tried setting the box sizes and it is still not working - for some reason it keeps thinking that 1 oz is over a pound. I have been trying to fix this for over 12 hours now.

    please help me.

  3. #43
    Join Date
    Aug 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    This is what it is telling me for 1 oz item

    weight: +lb, dimensions: regular
    Setting dimensions: l=12 w=12 h=12 for Weight: 0.0625
    Weight/Dimension Filtering Enabled.
    Removed 'Priority Mail Large Flat Rate Box'
    Removed 'Priority Mail Large Flat Rate Box'
    Removed 'Priority Mail Medium Flat Rate Box'
    Removed 'Priority Mail Medium Flat Rate Box'
    Removed 'Priority Mail Small Flat Rate Box'
    Removed 'Priority Mail Padded Flat Rate Envelope'
    Added Insurance, cost:1.80 to Priority Mail

    USPS Debug Mode Enabled!

    weight: +lb, dimensions: regular
    Setting dimensions: l=12 w=12 h=12 for Weight: 0.1875
    Weight/Dimension Filtering Enabled.
    Added Insurance, cost:1.80 to Priority Mail

    Shipping quotes are based on the address information you selected:
    Available Shipping Methods Rates
    United States Postal Service (Priority Mail (2 days)) $9.85

  4. #44
    Join Date
    Aug 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I tested a larger item and got this???????????????????

    USPS Debug Mode Enabled!

    weight: +lb, dimensions: regular
    Setting dimensions: l=12 w=12 h=12 for Weight: 10
    Weight/Dimension Filtering Enabled.
    Removed 'Priority Mail Large Flat Rate Box'
    Removed 'Priority Mail Large Flat Rate Box'
    Removed 'Priority Mail Medium Flat Rate Box'
    Removed 'Priority Mail Medium Flat Rate Box'
    Removed 'Priority Mail Small Flat Rate Box'
    Removed 'Priority Mail Padded Flat Rate Envelope'
    Added Insurance, cost:2.30 to Priority Mail
    Error returned for a package:
    SimpleXMLElement Object
    (
    [@attributes] => Array
    (
    [ID] => 1
    )

    [Error] => SimpleXMLElement Object
    (
    [Number] => -2147219434
    [Source] => DomesticRatesV4;clsRateV4.ValidateWeight;RateEngineV4.ProcessRequest
    [Description] => First Class mail must weigh 13 ounces or less.
    [HelpFile] => SimpleXMLElement Object
    (
    )

    [HelpContext] => 1000440
    )

    )

    USPS Debug Mode Enabled!

    weight: +lb, dimensions: regular
    Setting dimensions: l=12 w=12 h=12 for Weight: 10
    Weight/Dimension Filtering Enabled.
    Added Insurance, cost:2.30 to Priority Mail

  5. #45
    Join Date
    Aug 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    How do I go back to the one that came with zen cart? This mod is not working for my site.

  6. #46
    Join Date
    Aug 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    This is what i get when I have the box sizes set.......

    USPS Debug Mode Enabled!

    weight: 0.0625lb, dimensions: 12x4x1
    Setting dimensions: l=12 w=4 h=1 for Weight: 0.0625

    USPS Debug Mode Enabled!

    weight: 0.0625lb, dimensions: 12x4x1
    Setting dimensions: l=12 w=4 h=1 for Weight: 0.0625

    United States Postal Service (Priority Mail (2 days))
    United States Postal Service (Priority Mail Large Flat Rate Box (2 days))

    and this is what I get when it is not set.

    weight: +lb, dimensions: regular
    Setting dimensions: l=12 w=12 h=12 for Weight: 0.0625
    Volume Filtering enabled but volume information not found. Was the database patch applied? Added Insurance, cost:1.80 to Priority Mail
    Added Insurance, cost:1.80 to Priority Mail Large Flat Rate Box

    USPS Debug Mode Enabled!

    weight: +lb, dimensions: regular
    Setting dimensions: l=12 w=12 h=12 for Weight: 0.0625
    Volume Filtering enabled but volume information not found. Was the database patch applied?Added Insurance, cost:1.80 to Parcel Post

    Available Shipping Methods
    United States Postal Service (Priority Mail (2 days))
    United States Postal Service (Priority Mail Large Flat Rate Box (2 days))

    Still no 1st class....

    Here is my site link.... starsmagickshop.com

  7. #47
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    92
    Plugin Contributions
    1

    Default Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Ok, It's quite clear why that is happening. The package error for first class is informational only. USPS does not provide first class domestic for items over 13oz so the module behaviour is correct in this case.

    Use the USPS online documentation to find out what limitations apply for a particular service.

    Also you are filtering based on weight/dimensions and did not provide any weight dimension rules to get it going.

    Look here: http://postcalc.usps.gov/
    for some dimensions of flat rate boxes and set some dimensions in the configuration.

    Module weight/dimensions config example:
    Code:
    8x5x1.5;0.5
    11x8x5;3
    12x12x5;6
    regular;+
    This configuration will quote the Small FR box for items 0.5lb or less.
    Medium FR for items 3lb or less
    Large FR for items 6lb or under
    All Flat rate options are filtered once weight is over 6lb

    You can use this and customise the weights to your liking.

    You can see how the weight/dimensions filtering and dimension selection works in debug mode. Your examples show dimensions being set to 'regular' which is 12x12x12 filtering out all flat rate options.

  8. #48
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    92
    Plugin Contributions
    1

    Default Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    On your last example you enabled volume filtering without adding the volume data to the items. The module correctly reported that no volume data was found so no option filtering was done.

    You had the situation reversed! You entered dimensions and used volume filtering... If you had entered dimensions and used dimension/weight filtering you might have made some progress by now.

    Try what I suggested in my previous post if you want to filter based on weight/dimensions rather than volume.

  9. #49
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    92
    Plugin Contributions
    1

    Default Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    I had a quick look at your shop and it looks like first class is enabled for international postage but not for domestic.

    You have to tick the box.

    There is also allot of weird behavior happening - modules being loaded more than once etc. The integration of shipping estimator into the shopping cart page is a little off. Someone has been messing with the Zencart core module files. Maybe you should speak to the person programming your site while you are at it.

  10. #50
    Join Date
    Dec 2006
    Location
    Australia
    Posts
    92
    Plugin Contributions
    1

    Default Re: USPS Shipping Module - RateV4, IntlRateV2 - Support Thread

    Here is the latest version of my module - this is still in the final testing stages but is almost ready for release. It has Separate handling fees for International and Domestic as an added bonus.

    You will have to Uninstall/Install to get this going.

    I believe the earlier test version might have had issues with domestic first class due to a technicality with the USPS API and changes in the way quotes are retrieved.

    Don't panic about First Class - Try this one!
    Attached Files Attached Files

 

 
Page 5 of 34 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. Optional Shipping Insurance Module [Support Thread]
    By jettrue in forum Addon Shipping Modules
    Replies: 396
    Last Post: 31 Mar 2023, 05:35 PM
  2. Replies: 29
    Last Post: 24 Sep 2014, 09:59 PM
  3. v151 USPS Shipping RateV4-IntlRateV2
    By Christian_Wagner in forum Addon Shipping Modules
    Replies: 2
    Last Post: 17 May 2013, 04:43 PM
  4. v151 USPS Shipping Module Update - RateV4 - IntlRateV2
    By omegaman66 in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 28 Oct 2012, 08:40 PM
  5. USPS RateV4, IntlRateV2 support and etc..
    By Marco B in forum Addon Shipping Modules
    Replies: 8
    Last Post: 30 May 2011, 10:55 AM

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