How to add purchase note to WooCommerce order email

During checkout on WooCommerce, customer can add a note. This note is visible for admins on order edit screen of WordPress admin. After placing the order, customer receives an email with order details. This email does not contain that purchase not. But did you ever needed to show this note… Read More »

How to add product SKU to WooCommerce order email

When a new order is placed in WooCommerce, customer receives an email with order items. But it does not include product SKU. It might be necessary for many people to show product SKU in order email. We can add product SKU to order email easily using woocommerce_email_order_items_args filter. We can… Read More »

How to add images to WooCommerce order email

When a new order is placed in WooCommerce, customer receives an email with order items. But it does not include product images. We can add product images to order email using woocommerce_email_order_items_args filter. We can also control the image sizes to display on the email. Above code will display product… Read More »