• Resolved utente303

    (@utente303)


    Hi all,
    I’m a newbie, I’m working on a ecommmerce with WC 3.2.1.
    Actually in standard WC checkout page using direct bank transfer payment, it appears a summary of bank informations (ie: bank name, account number, iban, bic, etc.).
    They asked me if these bank informations can be sent only by email and not displayed in checkout page.
    Any idea if is it possibile? Can someone suggest me how?
    Thank you in advance for any answer.

Viewing 1 replies (of 1 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    The easiest way to hide that is by using the following custom CSS in your WordPress settings under **Appearance > Customize > Additional CSS**:

    
    .woocommerce-bacs-bank-details {
      display: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Help for checkout page using direct bank transfer payment’ is closed to new replies.