Seperated Taxes Display 1.0beta1
OSCommerce 2.2-MS2
- Canada Federal GST + Provincial Taxes displayed on seperate lines during checkout and on invoices. Shipping taxes also displayed on seperate lines.
***Does not currently work for Compounded Taxes (Quebec)***
Includes Peter Mosier's documentation on Tax Zone setup. Required.
Code modifications documented in install.txt
insaini
Legend: 
Download

Report
Updated documentation.
insaini
well it looks like I overlooked something very important in my algorithm,
Where I was supposed to be retrieving a field from a SQL query I was infact retrieving a field which didnt even exist.. DOH
all fixed now.. finally.. Good to go =)
insaini
It seems as though there was still one error in the code and a lot of beginners didn't understand what I meant by 'replace the entire if block'. Ive simplified the instructions and fixed the lone error. Its also updated for RC2.
insaini
There were a couple issues with the previous install documentation. The code has been updated and should work fine now.
Ive updated the code for compound taxes. If you want your taxes displayed on separate lines this will do just that. For Canadians it displays GST and PST individually as long as your taxes are setup correctly.
This file contains just documentation including code edits in order to display the taxes separately.
Seperated Taxes Display 1.0beta1
OSCommerce 2.2-MS2
- Canada Federal GST + Provincial Taxes displayed on seperate lines during checkout and on invoices. Shipping taxes also displayed on seperate lines.
***Does not currently work for Compounded Taxes (Quebec)***
Includes Peter Mosier's documentation on Tax Zone setup. Required.
Code modifications documented in install.txt
insaini