Closed (fixed)
Project:
e-Commerce
Version:
6.x-4.0-rc15
Component:
tax
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2009 at 12:01 UTC
Updated:
9 May 2010 at 18:50 UTC
I've made a new install for this project to look at the difference between this and Ubercart (trying to decide which to use).
I don't see anywhere in the configuration (or anywhere) about how to setup taxes and shipping charges.
Some issues I've read mention the tax module but this doesn't seem to exist in this version.
Can someone tell me how to do this?
Comments
Comment #1
gordon commentedThis is all done with the ec_charges module. Have a look and let me know if you have any questions.
Comment #2
davea commentedFor Tax calculations assume that the tax rate is 8.25% of the total (without shipping or handling).
- go to admin/ecsettings/charge/add
- enter TAX for the name - this is entirely cosmetic and won't be displayed to the customer
- enter SOMETHING for the description- I haven't been able to see where this actually appears or how it is used
- select charge type of Transaction
- In the Filter section, select Shippable as a filter and select Add
- In the Calculation section, select Add next to Calculation
- on the next page, insert the token, [gross], in the Calculation Field and then put an Asterisk (for multiplication) followed by 0.0825. Then select Add.
- In the Modfications Area, select TItle and then Add. Insert "VAT TAX" and select Add.
- Finally select UPDATE in the bottom left
On admin/ecsettings/charge, click ENABLE next to the charge you just added.
For shippable items, you should now see the line item on the checkout page.
Comment #3
xen commentedNo response, assuming fixed.