Post by Nathaniel2019 » Wed Sep 04, 2019 9:50 pm

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.

Newbie

Posts

Joined
Tue Sep 03, 2019 11:50 pm

Post by by mona » Wed Sep 04, 2019 10:08 pm

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

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


User avatar
Expert Member

Posts

Joined
Mon Jun 10, 2019 9:31 am

Post by Nathaniel2019 » Wed Sep 04, 2019 10:38 pm

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.

Newbie

Posts

Joined
Tue Sep 03, 2019 11:50 pm
Who is online

Users browsing this forum: No registered users and 16 guests