Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author ThemeHigh

    (@themehigh)

    Hi,

    Email templates are located at wp-content\plugins\woocommerce\templates\emails

    You can edit these files in an upgrade-safe(not to loose the changes when upgrading the plugin) way using overrides. Copy it into a directory within your theme named /woocommerce, keeping the same file structure but removing the /templates/ subdirectory.

    Example: To override the admin order notification, copy: woocommerce/templates/emails/admin-new-order.php to yourtheme/woocommerce/emails/admin-new-order.php

    The copied file will now override the WooCommerce default template file.

    Detailed article here,
    https://docs.woocommerce.com/document/template-structure/

    Thanks,
    Support – ThemeHigh

    Thread Starter tomdes6

    (@tomdes6)

    Hi,

    thanks you for your answer.
    I know how to edit the email of woocommerce but I would like to edit the new field which comes from the plugin in the email of woocommerce.

    Thank you

    Thomas

    Plugin Author ThemeHigh

    (@themehigh)

    Custom fields are displayed in email using ‘woocommerce_email_customer_details_fields’ hook and so custom fields are rendered along with other fields using woocommerce default templates.

    Thanks,
    Support – ThemeHigh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customizing emails’ is closed to new replies.