3 replies [Last post]
kbarash's picture
Offline
Joined: 01/13/2008
Juice: 77
Was this information Helpful?

Hi,

I would like to add a fee at checkout that is calculated based on the Quantity in the cart. It should show on on it's own line.
The fee would be $25 * Total QTY of all products Added to the Cart.

What would be the best way to accomplish this?

Example:

QTY | Product | Total
-----------------------
1 | Product A | $125
2 | Product B | $250
Service Fee: $75.00

Total: $450

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Fee at Checkout

I don't suppose this is a site where you can use the locale module to change strings related to shipping quotes into service fees. If so, it'd be simple to setup a flat rate based on the number of products and just use the shipping quote system to handle calculating and adding the fees.

kbarash's picture
Offline
Joined: 01/13/2008
Juice: 77
Hey Ryan!

Ryan,

Thanks for that tip. I never thought to use the Shipping Quote system. Anyways I tested it out and it works like a charm. Thanks for the suggestion.

Bartezz's picture
Offline
Joined: 04/18/2008
Juice: 104
Re: Re: Fee at Checkout

Never thought of this! But am using uc_worldquote for shipping already. Can I add a manditory flatrate fee on top of this with flatrate module?

Cheers