How to show product images or skus to Woocommerce order emails
The email-order-items.php template already has the code to display the SKU here: However, $show_sku is false (disabled) by default. To enable it, we can use the woocommerce_email_order_items_table filter in functions.php: You can tweak other items…