How to add "excluding taxes" next to product prices

Hello Shopify community!

As the title says, just want to add the words “excluding taxes” next to the prices on my product page. Using Minimal theme.
(Would love it if “excluding taxes” could also be smaller compared to the price itself.)

Appreciate the help guys!

Hi there,

go to edit code for your theme

in the sections folder open ‘product-template.liquid’

find where the product price is displayed (for me, in minimal theme it is on line 163 and looks like {{ product.price | money }})

below that is some logic for displaying compare at prices

insert excluding taxes below the endif for displaying compare at prices.

you could also try excluding taxes for even smaller text

Hey, @Gameway !You can also edit the wording on your Product page to identify the taxes as being excluded. This is done by going to ‘Online Store > Themes > Actions > Edit languages’.

Once in the language editor, click on the Products tab, and the wording to adjust will be within the General section. Since taxes are not included in your product prices, I’m assuming you’ve also disabled this option in your Tax Settings. If so, the wording in the Include taxes box will not appear on your storefront, in which case you can then add your tax excluded statement in the Shipping policy html box, as seen below:

Once you’ve made the edits and clicked Save, your message will appear on your Product page similarly to this:

Hope this helps!