• Resolved zaja

    (@zaja)


    I need to get and show bacs_account_name[], bacs_iban[], bacs_bank_name[] on orders details page, separately, so they can be shown in a specific way.
    If you know how to get it I’ll be very happy. ??

    • This topic was modified 7 years ago by zaja.
Viewing 1 replies (of 1 total)
  • madeincosmos

    (@madeincosmos)

    Automattic Happiness Engineer

    Hi @zaja,

    All bank account details are added on the Thank You page as a single paragraph, so it’s not possible to only show the account name, in one place, or only IBAN in the other. If you’d like to customise how the account details are presented there, you may want to:

    – Use the woocommerce_bacs_accounts filter to change which accounts are showing, or the woocommerce_bacs_account_fields to selectively add / remove account detail fields,
    – Use CSS code to rearrange the fields on the Thank you page. Each field has a CSS class which is the same as the field name (for example: '.bank_name', '.account_number', '.iban', etc.).

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘bacs fields on order-details.php’ is closed to new replies.