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

gordon’s picture

This is all done with the ec_charges module. Have a look and let me know if you have any questions.

davea’s picture

For 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.

xen’s picture

Status: Active » Fixed

No response, assuming fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.