+ Reply to Thread
Results 1 to 3 of 3

Thread: Email Order Confirmation

  1. #1
    Client
    Join Date
    Oct 2010
    Location
    Missouri
    Posts
    49
    Squirrelcart version
    v3.3.0

    Email Order Confirmation

    I have a near sold black background on my site, and it looks like my order emails have this solid back background in HTML and is completely unreadable. I have not modified any email templates... (I am using Outlook 2007 if it matters)

    Is there a setting for this to get it to a white background in HTML emails, or is this how you actually get the email backgrounds back to solid white?

    http://www.ldev.com/forums/showthrea...irmation-Email

    Thanks,
    Jarrod

  2. #2
    Client
    Join Date
    Oct 2010
    Location
    Missouri
    Posts
    49
    Squirrelcart version
    v3.3.0
    I see this in the HTML email templates specific to Outlook 2007, but it does not seem to be working (for my Outlook 2007 install).

    PHP Code:
        <!--  workaround for Outlook 2007 :( -->
        <
    style type="text/css">
        
    body {
            
    background-color#fff;
            
    background-imagenone;
        } 

  3. #3
    Client
    Join Date
    Oct 2010
    Location
    Missouri
    Posts
    49
    Squirrelcart version
    v3.3.0
    I just copied the style_variant1_dark.css.php and called it style_emails.css.php

    Made the change to match this in the new css file:
    PHP Code:
        body {
            
    background-color#fff;
            
    background-imagenone;
        } 

    ...then did the following on the 3 HTML email templates, and it worked fine.

    PHP Code:
        <!-- <?php print stylesheet("style_variant1_$SC[theme_variant1].css.php"?> -->
        <?php print stylesheet("style_emails.ccs.php"?>
    Thanks,
    Jarrod

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts