• In text emails for New order and Processing order, the address parts run together without a separator. Looks like a bug.

    The fix would be to change:
    wp-content/plugins/woocommerce/templates/emails/plain/email-addresses.php
    and change the function get_formatted_shipping_address() to get_shipping_address() in two places.

    This will result in the various address parts being separated by comma-space as they should be.

  • The topic ‘Formatting of addresses in text emails’ is closed to new replies.