Posted - 06/27/2023 : 04:30:52
I have struggled for years with the order status emails never quite looking how I wanted them to, then by chance when looking for something else, I came across this in the instruction manual...
You will see a message here telling you if you have set HTML Emails to on or off If you want to switch them on and send HTML emails rather than plain text mails then you will need the following addition to vsadmin/includes.asp htmlemails=TRUE
or vsadmin/includes.php $htmlemails=TRUE;
If you are going to send HTML enriched emails then you may want to use the CK HTML Editor which gives you a wysiwyg interface. If you don't already have it installed then it is available for download on our downloads page
I already have the ck editor installed and htmleditor="ckeditor" in my includes file. I added htmlemails=TRUE to the includes file, but I'm not seeing the wysiwyg editor on the emails page and I still get a message that says
HTML EMails is currently Not On
Can you help ?
|