Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

equinestaff on "[Plugin: WooCommerce - excelling eCommerce] WooCommerce Help."

$
0
0

Thanks Jay,
Thats awesome.

I have added different coding for the email templates without success, e.g. add_action( 'woocommerce_email_after_order_table', 'add_payment_method_to_admin_new_order', 15, 2 ); function add_payment_method_to_admin_new_order( $order, $is_admin_email ) { if ( $is_admin_email ) { echo '

Payment Method: ' . $order->payment_method_title . '
'; } }

However nothing seems to work, any ideas?

Cheers


Viewing all articles
Browse latest Browse all 104029

Trending Articles