I have a client that has an active oscommerce site. They’ve requested that we add a $2.00 transaction or handling fee to every order, no restrictions. I have never used oscommerce before, only Magento.
How can I accomplish this using a plugin or hand-coding? The client uses Paypal Website Payments Standard.
I was actually able to get this working simply by tweaking this module. Then did a simply overwrite of the
includes/modules/order_total/ot_handling.phpfile to always have a $2.00 fee.