Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2009
    Posts
    12
    Plugin Contributions
    0

    Default Show handling fee in checkout step 2?

    I'm lost.. I can't find a way to show the handling fee in the order totals display in step 2 of the checkout process.

    The system adds the handling fee and shipping cost corectly, but presents it as a already added sum. I'd like to have it on separate lines, like:

    Shipping cost: 50.00
    Handling cost: 10.00

    Is that doable? If so, how?

  2. #2
    Join Date
    May 2005
    Location
    Bath, Somerset
    Posts
    1,053
    Plugin Contributions
    3

    Default Re: Show handling fee in checkout step 2?

    If you want them to appear as separate lines within the order totals, then you will have to alter your shipping module coding. I can't think of any way to do this, without writing a new order_totals module, and updating every shipping module code. We have jsut completed something similar on one of our stores, and this was achieved by setting the shipping_module->handling_fee value, and then using the order_totals module to check for this value. If it was set, then the order_totals module displayed it. However, this does mean that you then need to remove the handlee_fee maths from all the shipping modules. You also need to consider the tax rates, and if you are going to use a different tax class for the handling fee, or just carry the values over from the selected shipping rate.

    Hope this points you in the right direction!

    Absolute
    Back, after a 4 year absence! Did you miss me?
    Absolute Web Solutions Ltd
    Interested in our work? Take a look at one of our sites - The Tech Store

  3. #3
    Join Date
    Apr 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: Show handling fee in checkout step 2?

    Quote Originally Posted by Absolute View Post
    If you want them to appear as separate lines within the order totals, then you will have to alter your shipping module coding. I can't think of any way to do this, without writing a new order_totals module, and updating every shipping module code. We have jsut completed something similar on one of our stores, and this was achieved by setting the shipping_module->handling_fee value, and then using the order_totals module to check for this value. If it was set, then the order_totals module displayed it. However, this does mean that you then need to remove the handlee_fee maths from all the shipping modules. You also need to consider the tax rates, and if you are going to use a different tax class for the handling fee, or just carry the values over from the selected shipping rate.

    Hope this points you in the right direction!

    Absolute
    Thank you!
    Yes, it put me in the direction that "It can wait until I have a system that's running"..

    I don't see that it would be a huge problem to implement, I just have to study the code a little to get a grasp of how it's doing its work..
    Pity that the functionality isn't implemented from start though.

    Thanks!
    Suz.

 

 

Similar Threads

  1. v139h Handling fee for USPS is not being added during checkout
    By canemasters in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 11 Mar 2012, 03:29 PM
  2. v150 Show shipping as separate line on checkout step 2?
    By WebKat in forum Basic Configuration
    Replies: 4
    Last Post: 8 Mar 2012, 12:24 AM
  3. Display Shipping Fee in Step 2 of Checkout
    By robertwhitis in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Apr 2011, 07:59 PM
  4. show handling fee as separate?
    By OneWorldStudios in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 12 Aug 2009, 10:39 PM
  5. Step 2 on checkout - show tax text
    By TJR in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 May 2006, 12:57 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