I whant to change our Magento CE 1.7 Shop to an multistore. So 2 countires an each has its own store but based on same products.
Now the 2nd country has different tax rates but the gross price should be same in both shops.
I have set the tax calucations based on the current county (set in system-config). So each Shop takes the corrent tax rates. And of course changed the tax reates for the 2nd country.
But now the gross prices in the shop are different. Even the product prices are set to be already including the tax rates. They get still recalculated.
e.g. county 1 has 19% tax and country 2 has 20% Product 1 has a price of 70,90 in the backend and frontend. In country 2 its showing 71,50 in the frontend.
I dont want to set a new price for each product for the 2nd country. Isnt there a way to avoid the recalculation?
I think I found the solution.
I also have to set in system -> sales -> shipping settings -> origin country to the other country. Its not enought to change the Default Tax Destination Calculation Country and define the tax rules.