• Resolved calibus

    (@calibus)


    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)
  • Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @calibus,

    Greetings from WebToffee support.

    We tested this issue but couldn’t replicate it.

    The issue seems to be caused due to a third-party plugin conflict.

    Please deactivate all plugins except the WooCommerce and the Decorator plugins and check if the problem persists. If it doesn’t, you may activate the rest of the plugins one by one and note when the issue reappears.

    Let us know how it goes.

    Thread Starter calibus

    (@calibus)

    can i share the backend detailof the site to help into it, cos i have done has mentioned but its still the same thing.

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @calibus,

    Unfortunately, we can’t accept your invitation to access your admin panel.

    To help us replicate the issue on our end, please share the steps to reproduce the issue on a fresh site.

    Once it is recreated on our site we can find the root cause and provide you with a solution.

    Plugin Support WebToffee Support

    (@webtoffeesupport)

    Hi @calibus,

    We haven’t heard back from you. We are making this thread as resolved as it has been inactive for a while.

    If you find the cause of the issue, you may create a new thread mentioning the details, so we can replicate the issue and hopefully provide you with a solution.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Complete Order BAC’ is closed to new replies.