[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] limited hndling fee
At 10:53 AM 10/14/2002 -0400, you wrote:
>I'd like to add a handling fee for orders unders a certain dollar value,
>maybe 25.00.
>I am figuring maybe 7% if an order is under 25.00 and 10% if an order is
>under 15.00
>Anyone have any suggestions on how and what would be the best way to do
>this.
>I have ahandling fee added to shipping however it's a pain to have to
>refund/credit the amounts when and order is above the 25.00
>Thanks
>Steve
You could just write a 'handling' method in shipping.asc (-> = tab):
handling -> Handling Charge -> [subtotal noformat=1] -> 0 -> 0 -> 0
handling -> Handling Charge -> [subtotal noformat=1] -> 0 -> 14.99 -> f
@@TOTAL@@ * .1
handling -> Handling Charge -> [subtotal noformat=1] -> 15 -> 24.99 -> f
@@TOTAL@@ * .7
handling -> Handling Charge -> [subtotal noformat=1] -> 25 -> 99999 -> 0
Then add to catlalog.cfg
ValuesDefault mv_handling handling
...the handling charges should automatically apply.
- Ed L.
===============================================================
New Media E.M.S. Technology Solutions for Business
463 Main St., Suite D eCommerce | Consulting | Hosting
Placerville, CA 95667 edl@newmediaems.com
(530) 622-9421 http://www.newmediaems.com
(866) 519-4680 Toll-Free (530) 622-9426 Fax
===============================================================