Just wondering if anyone has a simpler solution to this.. before I try taking an axe to the code.
I am setting up an online shoe store. In Ireland, children's shoes are tax free, wheras adult shoes are taxed at 21%.
So for every product in the store I need the tax rate to change depending on which attribute (shoe size) is chosen by the customer. For example if they choose size 2 it will be tax free, but if they choose size 8 it will be taxable.
Yes I know I could set up two different products (taxable shoe sizes + tax free sizes) but that's very messy and not ideal.
Thanks,
David.



