Contributions
Canadian seperate tax
1. Now GST # can be changed from admin package
2. Remove "SHOW_GROUPS" configure item from GST and PST module
3. Add Shipping tax module for order_total, now shipping cost tax can be display seperately.
See readme.txt in package for details and install instructions.
Expand All / Collapse All
Sorry there's some bug in yesterday's 1.2-3 version. Please use this version (1.2-4) instead. If you have already installed 1.2-3, just follow the upgrade section in readme.txt file.
This hack is used to show seperate GST and PST for canadian stores.
This version fixed a bug, and changed a little bit.
Please see readme.txt for more information.
Wrong file in previous version 1.2 package.
Use this package instead.
under catalog/includes/modules/order_total/,
it's ot_shipping.php, should be
ot_tax_shipping.php
Sorry for the trouble.
Show canadian tax (GST/PST) and shipping tax seperately.
2002.08.29 V1.2
1. Shipping tax module will show up even it's 0. Fixed.
See readme.txt file in package for more information.
1. Now GST # can be changed from admin package
2. Remove "SHOW_GROUPS" configure item from GST and PST module
3. Add Shipping tax module for order_total, now shipping cost tax can be display seperately.
See readme.txt in package for details and install instructions.
This is another hack to display seperate canadian taxes (PST and GST).
This is NOT a clean hack, which means not every thing configurable from admin package.
The difference from others solution is I haven't modify any existing code, but add 2 order_total classes (one for GST and one for PST) and 2 coreponding language files. Thus you can still use CVS command to sync your code with the developing code.
Also this hack does not support adding GST (note: GST only, since as a business when you ship something, Canada Post will only charge you GST 'cause it's a business to business transaction) to shipping cost. Both GST and PST are only added to subtotal of products.
Install:
1. Download the package and unzip to a temp directory.
2. Move files to their coreponding directories.
3. Modify catalog/includes/languages/english/modules/order_total/ot_tax_gst.php, replace the gst number with yours.
4. Modify catalog/includes/modules/order_total/ot_tax_pst.php, replace 8% with your province's PST rate (for example, BC=7.5%)
5. Go to your admin package -> Modules -> Order_total, disable old tax module, and activate new GST and PST modules.
6. Done.
This have been test on osC 2.2 CVS (20020823).
Please have a look at http://www.u-feel.com
If you have any comments or questions, please send me a mail.
Note: Contributions are used at own risk.