To inform your customers about value-added tax (VAT), use the language editor to include a note on the Cart page. Modify or replace the Excluding tax and shipping note for this purpose using the steps outlined below.
To show both VAT and non-VAT pricing, we recommend Storetasker.
Add note to cart page
Go to your Online Store to access your theme. Select [···] then Edit languages.
Open the Cart tab.
Locate the Tax and shipping field. This can vary depending on which theme you are using, but searching for the keyword 'tax' or 'shipping' will help locate the right field.
Use this field to add the VAT note.
Save, then Preview your theme to confirm the appearance of the Cart page note.
Add a note to the product page
The simplest way to add a note to the Product page is by adding the note to the Description field in the product editor.
To add a note beside or near the price, consider creating a test copy of your theme (Actions > Duplicate) to try out this code adjustment.
In the Draft duplicate of your main theme, select Actions > Edit code and open the Snippets folder.
Look for a file name with 'product' or 'price' (there may be multiple). Open the file, then locate the keyword 'price' in the code. Look for a space between blocks of code and add the following code:
<p><span style=“font-size:16px; display:block;”>all prices exclude VAT 20%</span></p>
Save, then Preview the Product page to confirm its position.
Simply change the value of "all prices exclude VAT 20%" to the desired text, then apply the same changes to the main theme.
Show two prices (with and without VAT)
Showing VAT and non-VAT prices together is not supported by the theme. This would require custom modifications by a 3rd-party developer.