Add product thumbnail to emails
-
Hello,
I just updated to version 2.5 and noticed that you made many changes to the emails. In version 2.4.13, I added a product thumbnail to emails by replacing
<?php echo $order->email_order_items_table( $order->is_download_permitted(), true, $order->has_status( 'processing' ) ); ?>in the email tables with
<?php echo $order->email_order_items_table( false, true, false, true, array( 100, 100 ) ); ?>
In version 2.5 this doesnt work anymore because there is a whole new table structure.
Could you please tell me what to do to add the product thumbnail to the emails table?
Many thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Add product thumbnail to emails’ is closed to new replies.