Invoice Options

Currently, I have some products which have multiple options. When I print an invoice, it lays the options out all next to each other, which makes it hard to read.

To make it easier to read, I'd like to add a line break between each option, is there any way to do this? I'm still trying to learn about the way the documents work but can't work this one out!

Many thanks!

What template editor do you use - old or new one?

I am using the new template editor

design/backend/mail/templates/common/options_info.tpl

design/themes/THEME/mail/templates/common/options_info.tpl

replace

{$po.option_name}

with


{$po.option_name}

Then clear cache and check