hi,
anyone can guide me to how to show prices with vat in everywhere also mention on each product " Vat is Included" plz.
as you see its showing only on checkout page.
Hey @akuser .,
I recently had the same challenge and found a solution! Here’s how to show “VAT Included” on all product pages:
<div class="vat-notice">
<small>VAT Included</small>
</div>
.vat-notice {
font-size: 0.875rem;
color: #666666;
margin-top: 4px;
}
For collection/catalog pages, add the same vat-notice div inside your product card template, usually found in sections/main-collection-product-grid.liquid.
You can adjust the font size, color, and spacing to match your theme’s style. Hope this helps! ![]()
Cheers!
Shubham | Untechnickle
@akuser ,
Please share the store access.
Thank you so much for sharing.
Yes, if you want show price + vat on your store. Then you need to update price.liquid snippet and add code something like this
If you set vat rate is 8
{% assign vat = 8 %}
{% assign vatrate = 100.00 | plus: vat | divided_by | 100.00 %}
{{ product.price | times : vatrate }}
plz can you edit for me because am confused I did before in Furnitica theme dont know how to do I dawn theme, there is attached .doc file plz edit.
"
{{ product.price | times:1.15 |money }} Inclusive of VAT
Hey @akuser ,
We can implement it for you, just DM your collaborator code or email us and we’ll take care of the rest.
Cheers!
Shubham | Untechnickle