Show discount amount on line item on Order Printer invoice template

Hi

Can anyone help with showing discount amount on each line item please. My code is below. have tried all the variables but I’m just not an html wizard. also attached current invoice layout so i would like the discount amount to be sat between the price net and net total. Its an automatic discount, no code. Thank you!

Item Details

{% if show_line_item_taxes %}

{% endif %}

{% for line_item in line_items %}

{% if line_item.tax_lines %}

{% endif %}

{% endfor %}
Quantity ItemPrice each Net total
{{ line_item.quantity }} x {{ line_item.title }} {% if line_item.original_price != line_item.price %} {{ line_item.original_price | money }}

{% endif %}
{{ line_item.price | money }}

{{ line_item.price | times: line_item.quantity | money }}

1 Like

Could definitely use some help on this one as well. Having a difficult time accessing the discount(s) object through Order Printer.

Having the same problem, please help…

Did you ever get help with this. I’m also looking for a solution. Thanks a bunch!

So disappointed there is no response to this.

Would have thought this was a popular need!

So many people asking.

How do we do this?