• Resolved tvojir

    (@tvojir)


    Hi,
    i need help please.

    In email “Customer on hold” are information connected with bank account, like the name of bank, bank account nr., IBAN, SWIFT.

    I need add 2 more LI lines, like this:

    • Variable symbol: {order nr.}
    • Total amount: {final price}
    • I tried to find template in email files, but i wasn’t succeed.
      Can you help me please?

    • This topic was modified 3 years, 11 months ago by tvojir.
    • This topic was modified 3 years, 11 months ago by tvojir.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The email customer details template is at
    wp-content/plugins/woocommerce/templates/emails/email-custom-details.php

    To edit it,make a child theme and copy the template to
    wp-content/themes/my-child-theme/woocommerce/emails/email-custom-details.php
    and edit the copy.

    Instead of editing the template though, it would be preferable to use the filter ‘woocommerce_email_customer_details_fields’ to make the changes to the fields array before it is passed to the template.

    Thread Starter tvojir

    (@tvojir)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add variable symbol and total price under bank information’ is closed to new replies.