6 replies [Last post]
rickster's picture
Offline
Joined: 03/01/2010
Juice: 65
Was this information Helpful?

What's the best way to handle setting up a handling fee in ubercart? I would like every order to include a handling fee.
thanks in advance.

R

Alaska's picture
Offline
Joined: 10/16/2007
Juice: 1433
Re: handling charge

Set up a new 'flat rate'. The amount could vary depending on cart total or county, etc.

admin/store/settings/quotes/methods/flatrate

rickster's picture
Offline
Joined: 03/01/2010
Juice: 65
handling fee

Do you mean set up a flat rate and then use conditional actions to make it appear in the cart?
Thanks.

R

rickster's picture
Offline
Joined: 03/01/2010
Juice: 65
I added a new flat rate and ...no go

I added the flat rate and called it "handling" then I set the condtions to add $2.00 handling fee if the product was shippable (later tried other conditions, they all failed). What happened was it added the handling as another shipping option that the user could select, the other two being usps first class and usps priority. So if user chooses handling it adds his bill up and he gets charged neither of the usps rates, but only the handling rate.

I had thought I could just configure a markup rate (addition) and just add $2.00 there in the config for the usps rates, but that totally messes up the amounts. they get much higher when user checks out, so say... $2.48 shipping charge for first class usps becomes $7.10. It's just not correct.

So any tips you could suggest I'd greatly appreciate.

thanks.

R

TR
TR's picture
Offline
Bug FinderFAQ ModeratorGetting busy with the Ubercode.
Joined: 11/05/2007
Juice: 3424
Re: I added a new flat rate and ...no go

Flatrate is the wrong thing to use for a handling fee. Either use uc_fee or if you are using only USPS shipping you can set the markup. I just tested and I see no evidence of a problem with the markup - addition, percentage, and multiplier all work properly.

<tr>.
rickster's picture
Offline
Joined: 03/01/2010
Juice: 65
uc_fee it is

I tried markup again and it just calculates incorrectly. I don't know why. so I tried the uc_fee module and it seems like it works fine. One minor glitch though is that it puts that fee below the subtotal instead above it. Works nice and easy though. Thanks.

R

ben.holland's picture
Offline
Joined: 06/09/2011
Juice: 16
Re: uc_fee it is

I have installed the uc_fee module and was able to add a flat rate fee conditionally for domestic and international shipments. My problem is that when it pushes to my PayPal Website Payments Standard the handling fee gets lumped into the single line item price and not the shipping and handling line. Does anyone know how to have handle get pushed to the correct line in the WPS?