Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2014
    Location
    Indiana
    Posts
    91
    Plugin Contributions
    0

    Default USPS Shipping rates affected by Carton Size

    A recent 11# shipment going to Hawaii was quoted by the current USPS Plugin at $48. Shipstation agreed, until we entered the carton size. A little investigation showed that once the carton size was less than 10x10x10, the rate plummeted to around $18. Thats a big difference without the weight changing. (Yes, we gave the customer a credit for the difference.).

    We had not previously realized that USPS was so carton-size sensitive. To avoid scaring customers off with ridiculous shipping rates, is there any way to address this issue? I've looked through plug-ins and the forum without finding any recent discussion or current fixes.

    Matt

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: USPS Shipping rates affected by Carton Size

    Quote Originally Posted by apollowilcox View Post
    A recent 11# shipment going to Hawaii was quoted by the current USPS Plugin at $48. Shipstation agreed, until we entered the carton size. A little investigation showed that once the carton size was less than 10x10x10, the rate plummeted to around $18. Thats a big difference without the weight changing. (Yes, we gave the customer a credit for the difference.).

    We had not previously realized that USPS was so carton-size sensitive. To avoid scaring customers off with ridiculous shipping rates, is there any way to address this issue? I've looked through plug-ins and the forum without finding any recent discussion or current fixes.

    Matt
    Any continuations to this discussion should use the USPS shipping method's support-thread: https://www.zen-cart.com/showthread....Support-Thread

    The USPS module doesn't support dimensional shipping, but I could (in a future release) provide a notification just prior to setting the dimensions into the USPS API request so that a store could provide some site-specific customizations:
    Code:
                    $width = MODULE_SHIPPING_USPS_WIDTH;
                    $length = MODULE_SHIPPING_USPS_LENGTH;
                    $height = MODULE_SHIPPING_USPS_HEIGHT;
                    $girth = 108;
    
                    $this->notify('NOTIFY_SHIPPING_USPS_DIMENSIONS_OVERRIDE', [], $width, $length, $height, $girth);
    
                    // turn on dimensions
                    $dimensions =
                        '<Width>' . $width . '</Width>' .
                        '<Length>' . $length . '</Length>' .
                        '<Height>' . $height . '</Height>' .
                        '<Girth>' . $girth . '</Girth>';

  3. #3
    Join Date
    Sep 2014
    Location
    Indiana
    Posts
    91
    Plugin Contributions
    0

    Default Re: USPS Shipping rates affected by Carton Size

    As you requested additional discussion in the other thread, i'll just say 'thank you' here. Would like to continue this thought-thread...

 

 

Similar Threads

  1. Replies: 2
    Last Post: 18 Jun 2016, 12:27 AM
  2. v150 USPS by marco module - calculate rates by weight and box size?
    By bpoilspill in forum Addon Shipping Modules
    Replies: 1
    Last Post: 10 Jul 2012, 08:44 PM
  3. USPS shipping rates
    By MountainHigh in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 15 Apr 2009, 05:53 AM
  4. UPS and USPS rates per weight and size
    By rjspomer in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 16 May 2008, 01:58 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