add_action( 'woocommerce_email_before_order_table', 'add_online_trening_welcome_email_text', 10, 2 ); function add_online_trening_welcome_email_text( $order, $sent_to_admin ) { if ( ! $sent_to_admin ) { foreach( $order->get_items() as $item ) { $product = wc_get_product( $item['product_id'] ); // Use the name or product ID here if( $product->get_id() == 2767 ) { echo '<p style="text-align: center">A befizetést követően 1 munkanapon belül e-mailben megkapod a leírást, hogyan tudod elérni az online videókat. A számlád postán érkezik. Köszönöm, hogy a módszeremet választottad. Köszönöm, hogy tenni akarsz magadért.</p>'; } } } }
Chadwick says
Wow that was odd. I just wrote an very long comment but after
I clicked submit my comment didn’t appear. Grrrr… well I’m not writing all that over again. Anyway, just
wanted to say great blog!