
Originally Posted by
cjcrafts
Ok,, this fixed most of the problem..
When I click the box to "Notify Contact:" the recieved email only shows
$EMAIL_SUBJECT
$EMAIL_MESSAGE_HTML
Everything else regarding email is working fine now excluding this.
I really do appreciate your help with this.. this mod has made life a lot eaier for me
open admin/links.php
find the following line of code:
Code:
if (isset($_POST['links_notify']) && ($_POST['links_notify'] == 'on')) {
$email = sprintf(EMAIL_TEXT_STATUS_UPDATE, $links_contact_name, $links_status_array[$links_status]) . "\n\n" . STORE_OWNER . "\n" . STORE_NAME;
Just below this line add
Code:
$html_msg['EMAIL_MESSAGE_HTML'] = $email;
also add the following file
unzip the file and upload the admin folder to your server
Attachment 1718