• Resolved jazzu

    (@jazzu)


    Hi!

    Just like the title says, I need to disable the Customer Invoice email and hide the bank account information from Order Completed and Customer Note emails.

    Kind regards

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Sérgio L. a11n

    (@csnlima)

    Hi @jazzu,

    You can edit your e-mails settings in WooCommerce → Settings → Emails.

    To disable an email notification, click the button “Manage” in front of the email you want to disable and in the next page uncheck “Enable this email notification”.

    As for the bank details, try using this filter. You can add it to the theme’s functions.php file or use the Code Snippets plugin to add it to the site.

    add_filter( 'woocommerce_bacs_account_fields', '__return_false' );

    Let me know how it goes!

    Thread Starter jazzu

    (@jazzu)

    Hi @csnlima !

    Thank you for your reply. However, the code you wrote disables the Bank Accounts for every single email, not just the Completed Order and Customer Note emails.

    The second thing is that there is actually no Customer Invoice email in WooCommerce → Settings → Emails.

    Kind regards

    Mirko P.

    (@rainfallnixfig)

    Hi @jazzu,

    This is a fairly complex development topic. I’m going to leave it open for a bit to see if anyone is able to chime in to help you out.

    I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.

    You can also visit the WooCommerce Facebook Community group or the #developers channel of the WooCommerce Community Slack. We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.

    Cheers.

    Mirko P.

    (@rainfallnixfig)

    Hi there,

    We’ve not seen any activity on this thread for a while, so I’m marking this thread as resolved.

    Hopefully, you were able to find a solution and the above resources for developers were helpful. If you have further questions, please feel free to open a new topic.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hiding bank info from Completed email and disabling the Customer Invoice email’ is closed to new replies.