0

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.

Jared Eitnier
  • 7,012
  • 12
  • 68
  • 123

1 Answers1

0

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.php file to always have a $2.00 fee.

Jared Eitnier
  • 7,012
  • 12
  • 68
  • 123