As the title states, is this possible.
I would like the products on my website to show the total amount including VAT for example without it showing the price less VAT but on the order invoice I would still need customers to see the VAT difference.
On the categories page you can add to the stylesheet.css
.price-tax {
display: none !important;
}
same for featured etc ...
On the product page you probably need to do that manually, personally I would add the class price-tax and use css, but you can also {# comment out #} on the page itself
catalog/view/theme/default/template/product/product.twig
.price-tax {
display: none !important;
}
same for featured etc ...
On the product page you probably need to do that manually, personally I would add the class price-tax and use css, but you can also {# comment out #} on the page itself
catalog/view/theme/default/template/product/product.twig
DISCLAIMER:
You should not modify core files .. if you would like to donate a cup of coffee I will write it in a modification for you.
https://www.youtube.com/watch?v=zXIxDoCRc84
Hello
Thanks for your reply.
I am using Journal theme but I will try the .css variant to not display the tax class and assign the tax class to my products. None formally listed yet as still in the process of making the store.
Thanks again.
Thanks for your reply.
I am using Journal theme but I will try the .css variant to not display the tax class and assign the tax class to my products. None formally listed yet as still in the process of making the store.
Thanks again.
Who is online
Users browsing this forum: No registered users and 16 guests