I had to make a couple of fixes to the printable invoice (printer_friendly_content) on the INVC page.
1. If a product name was too long, it was breaking the layout.
2. Next to "Status" it was blank
To fix #1 I added the class "u-width-8" to the column next to the image.
To fix #2 I changed the code next to "Status" to: <p>Status: &mvt:order:formatted_status;</p>
1. If a product name was too long, it was breaking the layout.
2. Next to "Status" it was blank
To fix #1 I added the class "u-width-8" to the column next to the image.
To fix #2 I changed the code next to "Status" to: <p>Status: &mvt:order:formatted_status;</p>