#maxime-tax-inclusive
1 messages · Page 1 of 1 (latest)
Should I write to support instead?
give me a few (sorry busy server)
$100 = X + 0.05X => X = $100/ 1.05
that gives you the price before tax, and total minus this gives you the tax
So £33 - £6.60 = £26.4, tax inclusive. Your first tax is 5% so you want 26.4 - (26.4/1.05) = 1.257142857142857 or £1.26
Got it. Thanks!