I want to show product price and tax price separately on the invoice. Is this possible?

I have already added tax price to my product price and I want to show it on the checkout page that tax price is already added in the price. Also, I want to show product price and tax price separately on the invoice. Is this possible?

my website:- www.exude.in

Hello @riyaahuja ,

Greetings from SynapseIndia, and we are glad to help you today.

To display the tax-inclusive price on the checkout page, you can enable the “Show all prices with tax included” option in your store’s tax settings. Here’s how:

Follow Below Steps:-

  1. Go to your Shopify admin panel and click on “Settings” and then “Taxes”.
  2. Under the “Tax settings” section, you can enable the “Show all prices with tax included” option.
  3. Once you enable this option, the tax-inclusive price will be displayed on the checkout page.

To show the product price and tax price separately on the invoice, you can customize the invoice template in your store’s theme. Here’s how:

Follow Below Steps:-

  1. Go to your Shopify admin panel and click on “Settings” and then “Notifications”.
  2. Under the “Order notifications” section, you can click on “Edit” next to the “Order confirmation” notification.
  3. On the “Order confirmation” page, you can click on “Customize” next to the “Invoice” section.

4.In the invoice template, you can add the product price and tax price separately using liquid code.

  1. For example, you can use the following code to display the product price and tax price separately:

{{ line.price | money }}
{{ line.tax_lines.first.price | money }}

This code will display the product price and tax price separately for each line item on the invoice.

6.Once you’ve customized the invoice template, click on “Save” to save the changes.

We would be glad to help you with further queries ,kindly let us know if you need help in any case.

If you find the answer helpful give it a Like and ✓ Mark, it as an Accepted Solution

Hi. can you inform me exactly where to add the code.

This is the part of my invoice now where the line price etc. is

Hello @Leoni

Greetings ..!!

You may add the above code after line no. 230 or 234.

We would be glad to help you with further queries, kindly let us know if you need help in any case.

If you find the answer helpful give it a Like and ✓ Mark, it as an Accepted Solution

Is there a new update to this? I tried entering the code on line 276 and nothing is changing when I preview it. I include sales tax in my product prices and need to show total tax included on all receipts.

Hello @mullena101

Please share the complete screenshot of the code file, allowing us to conduct a thorough review. This will facilitate a more detailed analysis and enhance our ability to provide targeted assistance. Your cooperation in providing the complete code file screenshot is appreciated.