HI ! In my store settings I have flagged the “Show prices including VAT” option. I need the price excluding VAT to be shown only for some products.
I could simply create and edit a product page template dedicated only to those products, but the price including VAT would be shown on the homepage and in the collections.
is there a solution?
Dawn theme
Thanks!!
Can you share the website address and/or some screenshots of what you mean?
My first thought without any more info would to make just make duplicate products, some with lower price to account for the VAT adjustment?
Hi Stefano99,
Most themes have a file named product-grid-item.liquid or something similar. This file produces the HTML markup for cells within product grids, e.g. on the homepage and collection pages.
You can edit this file to add an if block around the price elements, to only show the price excluding VAT for products with a specific tag or metafield. Then, whenever you want to change which products are subject to this condition, you can simply add/remove the tag/metafield from each product.
If you don’t have access to a developer, you can try ChatGPT to help you make these edits.
Hope this helps!
Best,
Tobe