Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Apr 2011
    Posts
    45
    Plugin Contributions
    0

    Default How to make a flat rate shipping handling fee?

    I chose to use flat rate shipping because I usually mail very small, lightweight things, but I also want to charge for handling to cover the cost of packing materials like boxes and bubblewrap. Unfortunately, flat rate shipping has no built in handling fee. Here's my workaround:

    Go to includes > languages > english > modules > order_total
    Copy ot_loworderfee.php locally
    In ot_loworderfee.php, change these two lines:

    define('MODULE_ORDER_TOTAL_LOWORDERFEE_TITLE', 'Low Order Fee');
    define('MODULE_ORDER_TOTAL_LOWORDERFEE_DESCRIPTION', 'Low Order Fee');

    to

    define('MODULE_ORDER_TOTAL_LOWORDERFEE_TITLE', 'Handling fee');
    define('MODULE_ORDER_TOTAL_LOWORDERFEE_DESCRIPTION', 'Handling fee');

    Upload the modified file to includes > languages > english > modules > order_total > foo where 'foo' is your override folder for customizations.

    In the admin console, go to Modules > Order Total and click on Low Order Fee. Install if not already installed, set 'allow low order fee' to true, set 'order fee for orders under' to a number you know you'll never reach, like 10000000, set the 'order fee' amount to what you want handling to be, and set the rest of the settings to your liking and click update.

    Test to make sure that the new 'handling fee' appears in an order.

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: How to make a flat rate shipping handling fee?

    Ty for posting the solution ...

    Or you could of just did this:
    The Shipping Costs are built as a total ...

    You would have to do quite a bit of customization to break them apart ...

    Normally it displays as:
    Flat Rate (Best Way)

    You could change the text in the language file to read
    Shipping (Plus Handling)
    Flat Rate (Plus $4.95 Handling)

 

 

Similar Threads

  1. Flat Rate Handling Fee for Payment Module
    By AngiePoo in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 17 Jan 2010, 09:42 AM
  2. How to make Flat Rate Shipping have a max amount of items?
    By KromiX in forum General Questions
    Replies: 1
    Last Post: 31 May 2009, 01:41 AM
  3. How do I add handling fee to Flat Rate?
    By girlgonzo in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 20 Mar 2009, 07:00 PM
  4. Flat rate handling fee based on product type
    By sunnydaydreame in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 4 Feb 2008, 11:37 PM
  5. Flat rate shipping per item with shipping & handling
    By FlameAngel in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 8 Jan 2008, 05:43 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