Invoice with tax inclusive

Invoice with tax inclusive

AtulChappal
Visitor
2 0 2

 12% GST will still show in the invoice even if we have the Include sales tax in product price and shipping rate?

can anyone help with html code? 

 

Replies 2 (2)

IamThony
Shopify Partner
18 1 5

Hello @AtulChappal 

Yes, even with "Include sales Tax in Product Price" checked, GST will still be displayed as a line item on the invoice --- Shopify figures it out and presents it as a separate item listed for transparency.
You'll need to adjust the invoice template by going to (settings -- Notifications -- Order invoice)

 

Here's a code you can try
 
{%unless line.tax_lines %}
<!--Tax section hidden -->
{% endunless %}
 
Let me know if this helps
Thony
Contact me if you need more help
Email: iamaustine597@gmail.com
AtulChappal
Visitor
2 0 2

Hello Thony,

Can you please guide me where can I paste the code because i am non technical guy. If you could help me then it would be great!