tnoorbeek838 Our menu prices have tax included (conform Dutch Law). When I set the tax on 9% in the regular tax configuration and set the Menu prices already include tax the Cart shows Tax [9% Included]. So far so good. In Holland however, we have a high tax rate for alcohol (21%). The taxes on other beverages is 9%. Therefore I installed the TI Tax Classes Extension. With this extension activated and the regular tax option disabled (to prevent double 9% tax calculations) I cannot achieve the same outcome: Menu prices including tax and the Cart displaying Tax [9% Included] or Tax [21% Included] if alcoholic beverage. Can someone please point me in the direction of a solution?
cupnoodles Shoot, I didn’t really have multiple country support in mind when making this. As it stands I can’t think of a way to do this my extension, though I will mention that the version on github (CupNoodles/ti-ext-taxclasses) is newer than what’s available on marketplace. If you’re comfortable editing code, then it could probably be done with a few extra lines in CupNoodles/ti-ext-taxclassesblob/master/cartconditions/VariableTax.php#L37, though otherwise if you could open up an issue I’ll try to get to it in time.
tnoorbeek838 cupnoodles I installed the version on github in my test environment, filled in the parameters for 9% and 21% taxes and boy, it really works like a charm out of the box. Daigo, thanks a lot for your kind assistance!