Results 1 to 7 of 7
  1. #1

    Default Need Help Setting Tare Percentages for Shipping

    Can someone please help me set my tare settings? My ideal goal is to add 20% to the cost of each UPS charge, but it doesn't look feasible. So I guess my next choice is to set a tare on small and large packages but I'm not clear on the instructions. Does 10% + 1lb mean it will add 10% to every pound? What are the ideal settings? Can I add multiple settings to each tare? I can't proceed on my cart until I can the shipping to do what I need it to do!
    Last edited by RocketFoot; 30 Mar 2009 at 08:23 PM.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Need Help Setting Tare Percentages for Shipping

    My ideal goal is to add 20% to the cost of each UPS charge, but it doesn't look feasible.
    Roll up your sleeves actually this is a simple edit...

    FTP this file to your local and open it in a plain text editor
    /includes/modules/shipping/ups.php

    Find this section - line highlighted
    Code:
            $methods[] = array('id' => $type,
                               'title' => $this->types[$type],
                               'cost' => ($cost + MODULE_SHIPPING_UPS_HANDLING) * $shipping_num_boxes);
    Now change the "+" sign to the "*" multiply function
    Code:
            $methods[] = array('id' => $type,
                               'title' => $this->types[$type],
                               'cost' => ($cost * MODULE_SHIPPING_UPS_HANDLING) * $shipping_num_boxes);
    Save this file
    Using your FTP rename function - rename the file on the server to ups.orig and once renamed FTP the edited file to your server.

    Now in the admin > modules > shipping > ups > edit > find the handling fee box and enter "1.2"

    Now check a quote & enjoy
    Zen-Venom Get Bitten

  3. #3

    Default Re: Need Help Setting Tare Percentages for Shipping

    Awesome! Thanks Kobra! This is just what I needed! What do you suggest for tare settings? I do ship some products that may be .10 lb. all the way up to 75 lbs. I would like the .10 lb items to list at around 1 lb on the estimator. Right now, I have it set to 10:1 for small packages but it kicks me up to 1.11 lbs at checkout?

    Also, can I use this edit for USPS or is it better to stick with tare's? We don't mark up USPS (other than a few pennies to cover packaging) because the cost is available to the customer. Should I skip the tare and just enter a 5% percentage?

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Need Help Setting Tare Percentages for Shipping

    I do ship some products that may be .10 lb. all the way up to 75 lbs. I would like the .10 lb items to list at around 1 lb on the estimator. Right now, I have it set to 10:1 for small packages but it kicks me up to 1.11 lbs at checkout?
    Example: 10% + 1lb 10:1

    Math:
    .1(package wt) * 1.1(10%)=.11 + 1lb = 1.11lb

    So this is exactly as you have it set
    Zen-Venom Get Bitten

  5. #5

    Default Re: Need Help Setting Tare Percentages for Shipping

    Quote Originally Posted by kobra View Post
    Example: 10% + 1lb 10:1

    Math:
    .1(package wt) * 1.1(10%)=.11 + 1lb = 1.11lb

    So this is exactly as you have it set
    Ah ok, I gottcha! 10% is a little high for me so I may knock it down to 5%

    (5:1) So it will then add 5% to every 1 lb, correct? If I make it 5:10, will it add 5% to every 10 lbs? That is where I need to be.

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: Need Help Setting Tare Percentages for Shipping

    If I make it 5:10, will it add 5% to every 10 lbs? That is where I need to be.
    Not correct as you will find out...

    10:1 is stating: Add 10% of package weight PLUS 1lb

    5:10 is stating: Add 5% of package weight PLUS 10lbs

    If you want to only add a percentage of the package weight and no additional tare then the following adjusted for your percent is what you seek

    5:0 is stating: Add 5% of package weight PLUS 0lbs
    Zen-Venom Get Bitten

  7. #7

    Default Re: Need Help Setting Tare Percentages for Shipping

    Quote Originally Posted by kobra View Post
    Not correct as you will find out...

    10:1 is stating: Add 10% of package weight PLUS 1lb

    5:10 is stating: Add 5% of package weight PLUS 10lbs

    If you want to only add a percentage of the package weight and no additional tare then the following adjusted for your percent is what you seek

    5:0 is stating: Add 5% of package weight PLUS 0lbs
    Very well explained! Thank you!

 

 

Similar Threads

  1. v154 Need help setting up free shipping for all products in store.
    By Zappa Aviaries in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 7 Feb 2015, 09:00 AM
  2. Need solution for set multiple pricing (no percentages).
    By awatson945 in forum General Questions
    Replies: 3
    Last Post: 9 Jun 2010, 06:04 PM
  3. setting box size for UPS xml and canada post ... also tare question
    By yaby in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 20 Mar 2007, 04:19 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