Skip to navigation
Add SKUs to WooCommerce emails
21.01.20
To show SKUs in your order emails, you need to change the $args['show_sku'] value in the order items table: /** * Adds SKUs and product images to WooCommerce order emails */ function sww_add_sku_to_wc_emails( $args ) { $args['show_sku'] = true; return $args; } add_filter( 'woocommerce_email_order_items_args', 'sww_add_sku_to_wc_emails' );
https://jilt.com/blog/show-skus-or-photos-in-woocommerce-emails/
Reply
Anonymous
Information Epoch 1732610836
Live free or die.
Home
Notebook
Contact us