I am using 2 stores,

Main/Default store is working fine but in second store, the price I am giving to product is not showing accurate.

In frontend it calculate and showing price by using this formula:

(actual_price / default_store_tax ) * current_store_tax

I want to display actual price in frontend which I am adding in backend.

In my configuration I am showing price including tax.

Please guide me.

有帮助吗?

解决方案

I missed to change country in Shipping setting,

Under Store -> Configuration -> Sales -> Shipping Settings

fields mentioned in image was wrong, after changing it issue solved!

enter image description here

许可以下: CC-BY-SA归因
scroll top