Hi All,
I’m quite new to this and hope someone can help me.
I have created an email template for sending out sales invoices as under:
Details
- Invoice No: {{ name }}
- Customer: {{ customer }}
- Amount: {{currency }} {{ grand_total }}
The thing I’m struggling with, is to get the item names to display for this sales invoice. If I use {{items}} I get a long list of values which does contain the item codes and names, but how do I get just one value, say item_name to display.
Thanks for the help.