我从“ customer-processing-order.php”文件中删除了这些代码行,但是通过付款选项BACS出现了...
我该如何从BACS客户处理订单电子邮件中删除它?
非常感谢您的帮助,我感到非常无望!祝您有个美好的一天!
do_action( 'woocommerce_email_header', $email_heading, $email ); ?>
<?php /* translators: %s: Customer first name */ ?>
<p><?php printf( esc_html__( 'Hi %s,', 'woocommerce' ), esc_html( $order->get_billing_first_name() ) ); ?></p>
<?php /* translators: %s: Order number */ ?>
<p><?php printf( esc_html__( 'Just to let you know — we\'ve received your order #%s, and it is now being processed:', 'woocommerce' ), esc_html( $order->get_order_number() ) ); ?></p>
<?php