how I remove tax included shipping calculated at product page dawn theme
Hi @Lieon ,
Are you looking to stop including taxes in your product prices? Because if so, you can totally do that by going to Settings > Taxes and unchecking it. Here’s the guide on Including taxes in product prices.
If you’re referring to something else I’d love to know more so that I can better help you!
Hello Andrew, no, i just don’t want to remove only the text that seems to be next to price at Dawn theme.
Hi @Lieon
If you are looking to hide the text “Tax included” completely from the product page so that your customer is unable to see on all the products, simply go to Dawn theme > Edit code > main-product.liquid file under sections folder, search for the {%- if shop.taxes_included or shop.shipping_policy.body != blank -%} and add a comment before it. The code will look like this -
Thnxxxxxx thats was great!!
