Anyone done anything with calculating shipping for just one State or Province? I have a client need to charge tax but only for items shipped to New York. Is there a quick way to remove tax from the order total after the Customer Information step? Can I override tax to be 0?
I'm thinking I can leave tax for the country on, and after customer information page is submitted, run something to set the tax value to 0. Thoughts?
Tax only on specific State selection
Anyone done anything with calculating shipping for just one State or Province? I have a client need to charge tax but only for items shipped to New York. Is there a quick way to remove tax from the order total after the Customer Information step? Can I override tax to be 0?
I'm thinking I can leave tax for the country on, and after customer information page is submitted, run something to set the tax value to 0. Thoughts?
I'm using the starter kit.
That's easy man ; )
I have written this blog post about changing the VAT on an order. With a few changes you can do what you want above.
All you need to do is store the state information on the order, and then use that to change the shipping fee. Here's the blog post:
http://rune.gronkjaer.dk/en-US/2011/04/12/tea-commerce-dynamic-vat/
/Rune
Perfect. Nice example. :)
Is this different in version 2?
is working on a reply...