thoeri Posted December 13, 2004 Posted December 13, 2004 Hi Everyone, I use a module in order_total that is called ot_fixed_payment_chg.php. With this I can charge the customer a specific amount connected to any type of payment that I choose in this module. This works just fine. Further I can specify which tax class to use for the charge. But when the customer checks out, the tax of this charge is specified separately and not included in the tax class of my choice. I have two tax classes, 6 and 25 percent. I have different taxes dependent on what type of product that is bought. The tax on this charge should be 25%. This is how it looks now (example) when the customer checks out: Total: 300 sek Tax 25% included: 30 sek Tax 6% included: 5 sek 25: 10 sek 25 is the tax rate and 10 is the tax included in the charge And this is how I want it to show (example): Total: 300 sek Tax 25% included: 40 sek Tax 6% included: 5 sek PLEASE, do anyone know how to change this? I don't know PHP but I presume that somewhere in the file ot_fixed_payment_chg.php it says where this amount of tax should be stored. How can I add that amount to the module ot_tax? Many regards, Thomas Eriksson Quote
xtend Posted September 26, 2006 Posted September 26, 2006 Take a look at: An other topic in this forum OR This contribution to fix it Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.