Quote Originally Posted by swguy View Post
The template changes are really just an example - you have to merge the changes into your own template files.
I understand that. It was more a notification for other users as they will see 1.5.8 ready and make assumptions. I got caught out by this when I started on this journey. Hard for someone who reads and writes code to understand

For anyone trying to remove images changing line 44 in /invoice.php did the trick for me.

Code:
$show_product_images = $show_product_images ?? false;