Store Links:
build4less.co.uk
We had a previous developer implement code to display pricing including VAT and excluding VAT site-wide.
The code essentially takes the default price (excluding vat) and using liquid it displays it again but multiplies it by 1.2 (20% vat) to display including VAT pricing.
Now he is gone however we noticed a major bug on our cart pages.
By default with DEBUT, when the quantity of any product within the cart page is updated all pricing also updates to reflect the change. However for some strange reason, all “inc VAT” prices across the cart page update to display the inc VAT pricing of the very first line item in the cart.
BEFORE:
AFTER
My head has been melted by trying to figure this out however this area is not my main area of expertise and help would be much appreciated.
Below is a copy of all cart page code on site.
# {{ 'cart.general.title' | t }}
{{ 'cart.general.continue_shopping' | t }}
# {{ 'cart.general.title' | t }}
{{ 'cart.general.empty' | t }}
{{ 'cart.general.cookies_required' | t }}
{{ 'general.404.link' | t }}{% include 'icon-arrow-right' %}

