Hi All,
Been trying to add the exc VAT price to the Shopify product page of the enterprise theme, managed to get it to display, however it doesn’t update with the change of variation.
Can anyone help amend this?
Thanks,
Louis
{%- when 'price' -%}
<div class="product-info__block product-info__block--sm product-price" {{ block.shopify_attributes }}>
<div class="product-info__price">
{% render 'price', product: product, use_variant: true %}
<p> {{ product.price | divided_by: 1.2 | money }} ex. VAT </p>
</div>