I created a page using dawn theme. I modified the price section, so that it would show first the price of a product without VAT and than with VAT, by adding the following code in price.liquid:
{{ product.price | divided_by:1.19 | money }}
Preț cu TVA:
Now my issue is that in the grid section, I would like to see only the VAT-free price, without the one marked by yellow. How can I modify the code in such way?
