Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2006
    Posts
    22
    Plugin Contributions
    0

    Default I only see $EMAIL_MESSAGE_HTML when I send RCS email

    I only see $EMAIL_MESSAGE_HTML when I send RCS email. I just installed the "Recover Cart Sales" from http://www.zen-cart.com/index.php?ma...roducts_id=100. Whenever I'm sending the e-mail within the Recover Cart Sales section to myself because I abandoned my cart, the e-mail that I receive has all of my site's Logo and the template, but the only t see in the body is $EMAIL_MESSAGE_HTML. Can you please let me know what I need to do, inorder for me to see the actual verbage of this template?

  2. #2
    Join Date
    Aug 2004
    Location
    Lancaster, PA
    Posts
    35
    Plugin Contributions
    0

    Default Re: I only see $EMAIL_MESSAGE_HTML when I send RCS email

    Anyone have a fix for this? The question has come up again and again with no answer. Thanks in advance.

  3. #3
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: I only see $EMAIL_MESSAGE_HTML when I send RCS email

    The contribution isn't supplying any HTML message content ... so, the placeholder is being displayed instead.

    This line:
    Code:
     zen_mail($custname, $inrec['email'], EMAIL_TEXT_SUBJECT, $email, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
    might be better written as:

    Code:
     zen_mail($custname, $inrec['email'], EMAIL_TEXT_SUBJECT, $email, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, array('EMAIL_MESSAGE_HTML'=>$email));
    or
    Code:
      $html_msg['EMAIL_MESSAGE_HTML'] = $email;
      zen_mail($custname, $inrec['email'], EMAIL_TEXT_SUBJECT, $email, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, $html_msg);
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Aug 2004
    Location
    Lancaster, PA
    Posts
    35
    Plugin Contributions
    0

    Default Re: I only see $EMAIL_MESSAGE_HTML when I send RCS email

    Thanks DrByte, that seemed to do the trick.

 

 

Similar Threads

  1. can only see customer's email details?
    By charliepingpong in forum Managing Customers and Orders
    Replies: 1
    Last Post: 21 Apr 2012, 01:50 PM
  2. Can only see price when log in
    By anqus11 in forum Customization from the Admin
    Replies: 7
    Last Post: 18 Jan 2011, 11:22 AM
  3. Replies: 4
    Last Post: 24 Jun 2010, 07:00 PM
  4. How do I send BCC to myself when I Send Email to Customer?
    By Zinfandel in forum General Questions
    Replies: 3
    Last Post: 20 Aug 2008, 01:55 PM
  5. Send Email only works to Administrator?
    By pensive612 in forum General Questions
    Replies: 8
    Last Post: 4 Sep 2007, 04:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR