Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2006
    Posts
    209
    Plugin Contributions
    0

    Default plain text order confirmation emails

    Hi,
    My store was sending out plain text order confirmation emails before I switched on "Use Mime HTML when sending emails" in the email options.

    I still want to send out newsletters on HTML so I need to keep this on, but I want order conformations to go out in plain text.

    Is this possible?

    Also, where do I edit the html template for order confirmations?

  2. #2
    Join Date
    Oct 2006
    Posts
    209
    Plugin Contributions
    0

    Default Re: plain text order confirmation emails

    i need to bump this - anybody?

  3. #3
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default Re: plain text order confirmation emails

    Other than switching 'use Mime' on only when you send out newsletters, you could edit /includes/functions/functions_email.php, and look for the 'determine customers email preference' section.

    Just below that code section, between it and the 'determine what format to send extra admin emails' section, add

    if ($module=='checkout') $customer_email_format = 'TEXT';

    that should force any order confirmation email to text only.

    The order conf. email template is

    /email/email_template_checkout.html

    Rgds,

 

 

Similar Threads

  1. v152 Plain Text Order confirmation email not reading $email_order or is ignoring it.
    By retched in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Apr 2014, 04:36 PM
  2. Add text to order confirmation emails
    By godt in forum Managing Customers and Orders
    Replies: 6
    Last Post: 6 Feb 2013, 11:23 PM
  3. v139h Add text to Order Confirmation emails (Text email only)
    By gsh68 in forum General Questions
    Replies: 6
    Last Post: 19 Sep 2012, 10:47 AM
  4. Text based emails - Order Confirmation and Updates
    By matchlock in forum General Questions
    Replies: 6
    Last Post: 21 Sep 2011, 06:19 AM
  5. Plain text emails
    By KTNaturals in forum General Questions
    Replies: 14
    Last Post: 25 Sep 2007, 06:40 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