You should never comment out any $html_msg lines. Those are for html-formatted emails, and if you comment out those lines then the system won't properly replace the placeholders in the html email templates. To remove those pieces from the html emails, leave the $html_msg lines alone, and instead delete the placeholders from the html email template files in the /email/ folder.
The other things you commented out are fine, because they deal with the text-only emails. It appears you're only using text-only emails in your store presently.


Reply With Quote
