Our setup:
----------
WooCommerce, Storefront
Bug
------
After you fixed PHP memory leak (endless "/") symbols, and made {first_name} {last_name} working again, the email stopped from being rendered. What the user gets is a pure html text instead of the preview which you get in the plugin itself:
"
<p> </p>
<div style="background: #f5f5f5; color: #333; font-size: 14px; line-height: 20px; font-family: Arial, sans-serif;">
<div style="width: 600px; margin: 0 auto;">...
</div>
</div>
"
Clearly something is missing (dunno a html tag?).
Hi Anon,
We already fixed that issue on our version 1.0.71. Could you please check if you have got the latest version installed?
If you already have the latest version, kindly follow these steps-
Step One: When you're in the Email Body visual section, copy everything from the editor. please check the screenshot-
https://i.imgur.com/vVj0qqB.png
Step Two: Now Switch Visual to Text and paste here. Now you can check if it works or not by simply switch back to Visual.
https://i.imgur.com/9elxh9W.png
Let us know the progress.
@anon no problem. Azizul means are you using a plugin to create a user registration form like we are? Because the built in wordpress registration form only asks for username and email to register, therefore the first name and last name would be blank as they are not filled.
If you have a form that is asking for a first name and last name, then those fields need to be mapped to the first name and last name fields within the wordpress user details. Jet Forms can do this and other form plugins such as Gravity forms. Hope that helps.