Quote Originally Posted by econcepts View Post
Look in this file /admin/recover_cart_sales.php

Around line 281 - 285 you find references to

"$html_msg['EMAIL_MESSAGE_HTML'] = nl2br($email) . zen_db_prepare_input($_POST['message_html']);" (for the HTML version)

zen_db_prepare_input($_POST['message']) (for the 'text version)

You can take those lines and do what you want with them.
Thank you! Another question... when I move that block around and send messages in Text Only format they come through fine, but when I send them in HTML format wherever I place that block of code nothing will populate in the email after it. The footer and copyright shows but nothing in the message area.

Do I need to add something else if I want it to show up higher in the email versus the bottom?