• Resolved ebussinetz

    (@ebussinetz)


    Is it possible to add address labels to the Adress fields in the ordner-mails of WooCommerce like

    Name: Steve Jobs
    City: New York
    Street Broadway 123
    Postcode: 12345
    Country: USA
    …?

    I didn´t find anything about this.
    Thank you for hints!

Viewing 1 replies (of 1 total)
  • Make a child theme so your customisations are not overwritten by theme updates.

    Copy
    plugins/woocommerce/templates/emails/(your-preferred-email-template).php
    to
    themes/your-child-theme-name/woocommerce/emails/(your-preferred-email-template).php

    In the copy, the order object is available, so you can get the customer’s address and lots of other data from the order’s properties and methods:
    https://docs.woocommerce.com/wc-apidocs/class-WC_Order.html

    PHP skills or a developer would be required.

Viewing 1 replies (of 1 total)
  • The topic ‘Add address labels into e-mails’ is closed to new replies.