SchmidtSon Posted October 26, 2023 Share Posted October 26, 2023 Hello all, the taxes in the frontend are not displayed correctly, e.g. when I enter an article that is tax-free, it is still displayed in the detailed overview with taxes included or in the B2B area with VAT added. How do I get rid of this, can I simply do this via if-query in the .tpl or is there a function in the backend that I simply can't find? Thanks a lot. PrestaShop-Version 1.7.8.8 Site: https://onepacc.de/startseite/1681-onepacc-50-euro-gutschein-.html Link to comment Share on other sites More sharing options...
wepresta Posted October 26, 2023 Share Posted October 26, 2023 4 hours ago, SchmidtSon said: Hello all, the taxes in the frontend are not displayed correctly, e.g. when I enter an article that is tax-free, it is still displayed in the detailed overview with taxes included or in the B2B area with VAT added. How do I get rid of this, can I simply do this via if-query in the .tpl or is there a function in the backend that I simply can't find? Thanks a lot. PrestaShop-Version 1.7.8.8 Site: https://onepacc.de/startseite/1681-onepacc-50-euro-gutschein-.html Currently, your product is tax-free. However, in the cart template, it displays "(inkl. MwSt.)" because you have configured your store to include taxes. To address this, you should separately override the tax manager and instruct it that if a gift card product is in the cart, do not display taxes. There isn't a quick solution beyond this.. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now