Complete Order BAC
-
Please can you help correct this, the black extention is abnormally too long.
i dont know casus but i used a code below to hide BAC under
COMPLETE ORDER EMAIL .add_action( 'woocommerce_email_before_order_table', function(){ if ( ! class_exists( 'WC_Payment_Gateways' ) ) return; $gateways = WC_Payment_Gateways::instance(); // gateway instance $available_gateways = $gateways->get_available_payment_gateways(); if ( isset( $available_gateways['bacs'] ) ) remove_action( 'woocommerce_email_before_order_table', array( $available_gateways['bacs'], 'email_instructions' ), 10, 3 ); }, 1 );
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Complete Order BAC’ is closed to new replies.