• Hello,

    I noticed when I go to edit the ‘Customer New Account’ Email Template, there is no link for the user to set a password to login. Currently it only includes the ‘My Account’ link page which is useless unless they know their password to login. Am I missing a shortcode for available placeholders?

    Also how do you recommend I manually send the user a ‘New Account’ woocommerce account notification when approved for registration? I upload the CSV data with meta manually to register new users.

    For woocommerce Admin order confirmation emails do you know how we can display the state/province in full on the ‘Ship To’ address? (ie: Ontario instead of ON).

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    1. A password would show if it’s set up in your woocommerce settings.

    Woocommerce > settings > accounts > account creation: “When creating an account, automatically generate an account password”

    2.

    I upload the CSV data with meta manually to register new users.

    Well, that would create different issues because if you are not registering through woocommerce account creating then woocommerce wouldn’t be creating the password or sending the email. WordPress core would send the email in this case and that is a totally different email system and template.

    You can’t send a new account email through woocommerce if woocommerce doesn’t create the account. At least as far as I am aware. You can check with woocommerce support though.

    This plugin is designed to style emails, it doesn’t change the woocommerce core email system with something different.

    3. That also isn’t an email thing, it’s got to do with how states are stored within the woocommerce core settings. You would need to change it there, then it would change in emails because emails call the core function “get_formated_shipping_address”.

    See here: https://github.com/woocommerce/woocommerce/blob/master/includes/class-wc-order.php#L891

    Ben

    Ben

    Thread Starter rpalach

    (@rpalach)

    Ok thanks. One more question;

    Is it possible to show the product images only in the customer invoice order emails and not the admin new order emails?

    Hey,
    It’s not, the way woocommerce has this set up there is one order details template and one filter, this plugin turns the image on through that filter which applies to all emails using the order details templates. You would need to run your own custom functions to just trigger that filter for specific email id.

    Ben

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customer New Account Email’ is closed to new replies.