Results 1 to 10 of 28

Threaded View

  1. #9
    Join Date
    Jun 2009
    Posts
    187
    Plugin Contributions
    0

    Default Re: How to force html with every email

    These comments are irrelevant to the question being asked. I asked how I can change it, not for the reasons why we should not do this.

    Zen Cart is a customizable solution where I can customize it for my needs. And I have a need to send html email.

    I am getting somewhere in case anyone wants to change it.

    Find includes/functions/functions_email.php

    And find

    if ($customers_email_format == '' && ADMIN_EXTRA_EMAIL_FORMAT == 'HTML' && in_array($module, array('newsletters', 'product_notification')) && isset($_SESSION['admin_id'])) {
    $customers_email_format = 'HTML';
    }


    I will modify the above and see how this works. After I test it, I'll post back and let everyone know if it worked or not.
    Last edited by linnx; 16 Feb 2012 at 01:50 PM.

 

 

Similar Threads

  1. Replies: 4
    Last Post: 10 Jun 2013, 10:05 PM
  2. Email Address Exporter - How can I export the email addresses of every customer?
    By SpencerW in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 14 Oct 2011, 07:35 AM
  3. Can I force customer password changes every X days?
    By monkeyjr47906 in forum Managing Customers and Orders
    Replies: 0
    Last Post: 23 Jul 2009, 03:59 PM
  4. Force default for html emails on customer registration
    By accension in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Jun 2008, 05:47 PM
  5. HTML email in version 1.2- can it be done?
    By purduejim in forum General Questions
    Replies: 9
    Last Post: 29 Sep 2006, 06:39 PM

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