Magento - Base tax removed, store tax applied -


we have multiple websites, each it's own base-currency , tax-rules.
prices entered in admin including tax, in each stores own currency.

the problem magento takes entered price, remove tax according "default"-store, apply tax correct store.

example:
price 33 in admin.
"default" tax-rate 25%. 33 / 1,25 = 26,4
tax-rate in germany 19%. 26,4 * 1,19 = 31,416
31,42 displayed price in fronted, when should 33.

config values of interest:
tax calculation based on: shipping address
catalog prices: including tax
default country: sweden (default)
default country: germany (website)
display product prices in catalog: including tax

can behavior configured? there reliable workaround. i'm afraid not have option change prices excluding tax.

can't believe it, found solution right after posting question:

the setting "system -> configuration -> sales - shipping settings -> origin" still set sweden. changed match tax-rule should applied, germany in case.

it's not @ obvious setting does, works..


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -