Want tax included line under MRP

Topic summary

A user seeks to add a “tax included” line beneath the MRP (Maximum Retail Price) on their Dawn theme store.

Two solutions provided:

  • Settings approach: Navigate to Shopify Admin → Settings → Taxes and duties, then enable the checkbox “Include sales tax in product price and shipping rate.” This displays the tax-included line automatically.

  • Code customization: If the settings change doesn’t display the line on the frontend, manually add a <p> tag with “Tax Included” markup to the main-product.liquid file.

The responder offers to implement the code changes directly if the user needs assistance. The discussion remains open pending confirmation whether either solution resolved the issue.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

hii, im using dawn theme & want to include tax included line under MRP, Please help me to do so.

MY WEBSITE : https://mansaroverfurnishings.com/

Hi @manan123 There are two option to do this:

  • From Settings: In your Shopify admin, go to Settings > Taxes and duties and then scroll down you need to checkbox “Include sales tax in product price and shipping rate” and it will show the tax included line in your store.

  • From Code: If you have already done the 1st point and still the line is not displaying in the frontend then You can do it by adding the text in the main-product.liquid file just add the p tag like this:

 Tax Included 

If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil