Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    Dec 2006
    Location
    Ohio
    Posts
    198
    Plugin Contributions
    0

    Default Plain text emails

    I set myself for plain-text emails only. The order confirmation I received did not include all the fields like it did with HTML email. i.e. it completely omitted EMAIL_DISCLAIMER and EMAIL_SPAM_DISCLAIMER. Is there a different template for automated plain-text emails?

    Thanks,
    Katie

  2. #2
    Join Date
    Dec 2006
    Location
    Ohio
    Posts
    198
    Plugin Contributions
    0

    Default Re: Plain text emails

    Anyone????

  3. #3
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Plain text emails

    As per the roadmap states, text templates and HTML templates will be available seperately starting on Zen-Cart v1.4.

  4. #4
    Join Date
    Dec 2006
    Location
    Ohio
    Posts
    198
    Plugin Contributions
    0

    Default Re: Plain text emails

    If they're separate, then why aren't some of the variables not coming through with the plain-text emails? Or is this a normal behavior?

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Plain text emails

    Are you sure you have a current v1.3.7 uploaded to your site and no missing files or template overrides etc. that are out of date?

    I cannot reproduce this issue ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Dec 2006
    Location
    Ohio
    Posts
    198
    Plugin Contributions
    0

    Default Re: Plain text emails

    I'm beginning to find very funky stuff going on like some template files are from 1.3.6. I'm not sure if I didn't do an upgrade right or what... I think I might have to start from scratch......?????

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Plain text emails

    Or ... get the handy dany Beyond Compare from scootersoftware.com and you can either compare your site vs a clean v1.3.7 on your computer ... or better yet, do an FTP compare of your site to a clean v1.3.7 ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Dec 2006
    Location
    Ohio
    Posts
    198
    Plugin Contributions
    0

    Default Re: Plain text emails

    All the templates are up-to-date. I'm still having the same problem... When is 1.4 coming?

  9. #9
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Plain text emails

    /includes/functions/functions_email.php

    line 88-89 says this:
    Code:
          // bof: body of the email clean-up
          // clean up & and && from email text
    insert the following line BEFORE those lines:
    Code:
          if (!strstr($email_text, EMAIL_SPAM_DISCLAIMER)) $email_text .= "\n" . EMAIL_SPAM_DISCLAIMER;
    This will append the EMAIL_SPAM_DISCLAIMER to the bottom of all text-only emails.
    .

    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.

  10. #10
    Join Date
    Aug 2007
    Location
    Eugene, OR
    Posts
    162
    Plugin Contributions
    0

    Default Re: Plain text emails

    I have the opposite problem, but I figured it was close enough related to post my question here:

    On the text email, the MODULE_PAYMENT_POSTALTRANSFER_TEXT_EMAIL_FOOTER displays when customer has selected postal transfer as their payment method. (I have writting some payment instructions here that are special for postal transfer customers)

    But on the html email, this section does not appear anywhere.

    I would like to add it into the checkout email template but not sure how to do this because it needs to be dependent on the payment system selected.

    Any ideas?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Euro symbol in plain text emails
    By Athens Collectibles in forum General Questions
    Replies: 9
    Last Post: 15 Nov 2010, 01:30 PM
  2. HTML - plain text for sending emails V1.3.8
    By eOstrE in forum General Questions
    Replies: 2
    Last Post: 17 Jul 2009, 09:00 AM
  3. plain text order confirmation emails
    By tbrides in forum Basic Configuration
    Replies: 2
    Last Post: 5 Sep 2007, 01:33 AM

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