Magento – Magento2 Problem with displayed price exclusing tax

magento2taxes

I don´t know where else I can ask for help.

I have one Shop with two stores and store views. (M 2.1.5)
The 1st is for regular customers. The price is shown including tax everywhere and everything is fine.

The 2nd store is for wholesaler and the price in the frontend is supposed to be displayed excluding tax. Tax is added at the end on the check out.
Here the problems appear.

The Tax-settings in the configuration for this store are all "Excluding tax" (Shopping Cart display, Price Display Settings, Orders, invoice, credit memo display settings)

In the wholesale shop on the product page the price is still shown including tax while the shopping cart shows the tax excluding tax.

I deactivated all extensions on this store to be shure that those don´t cause the problem.

Does anybody have an idea why the price on the product page is still shown including tax?
Thanks a lot! Don´t know what else to do!

Simon

Best Answer

I've been having a similar problem. In the end managed to get it to work, but I'm not entire sure why this fixed it (or more why it was not working before), but you can certainly try:

  • I removed/commented out the entire sales_display section in my app/etc/config.local.php file.
  • Set the settings again on the Default Config and both store-views.
  • Finally I flushed the cache and my pdf invoices started to acknowledge their individual store-view settings.

I hope this helps.

Related Topic