-
Notifications
You must be signed in to change notification settings - Fork 409
Each product has tax, base on country where will be shipped.
To have your site tax per the country set Settings.tax_per_state_id to false. Also make sure Settings.require_state_in_address is set to false or change the addresses forms to have a selection for country.
Settings are found in config.settings.yml
To have your site tax per the state set Settings.tax_per_state_id to true. Also make sure Settings.require_state_in_address is set to false or change the addresses forms to have a selection for country.
Settings are found in config.settings.yml
Most tax/vat is base on that where product is bought and where will be shipped. Buyer will pay tax in country where he want to ship this product. So basically in store we should have tax only for our country where our store is register and for rest of world we should see/buy product without tax. Because they will pay it in own country.
TODO: Description how to do that
Your scenario do not fit to above? Give us know we will figure out new one special for you.