Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default EMAIL header STILL not showing up

    Trying to change the email header from the original Zen Cart header.

    Here is what I have done so far based on message board posts:

    1. I have replaced the original ZenCart "/email/header.jpg" file with my new one
    2. I have cleared the cache folder
    3. I have logged out and logged back in to my admin panel

    The emails are STILL showing up with the original zen cart email headers.

    NOTE: when I view the /email/header.jpg file it does appear with my NEW file BUT the old zencart header still appears on emails sent from admin.

    PLEASE HELP...

    thank you.
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  2. #2
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: EMAIL header STILL not showing up

    Here is the header picture I got with my Welcome email.



    If this is not he correct image, what is the correct one?
    Steve
    Zen cart version: 1.3.9h

  3. #3
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

    Default Re: EMAIL header STILL not showing up

    Thank you VERY much. I don't know exactly what I changed, but I had found a post that mentioned RE-loading php files because sometimes they are corrupted during FTP.

    Anyway, thanks again for checking it out.

    Zen Cart Support Forums ROCK!!

    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  4. #4
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    Default EMAIL header STILL not showing up either!

    I'm going to try and be as comprehensive as I can with this.

    I have tried for days and days to get a header to show in my emails and newsletters. I am on a Mac and my client is Mac Mail. All that shows up where the header should be is a question mark in a blue box. When I ask others using Windows to try it, they receive a red 'x.'

    Neither the original Zen Cart header nor mine shows up and did not from the get-go.

    I have searched all of the forum, tried every little thing, including clearing cache, restarting mail client, restarting computer, have uploaded my jpeg image at 500x75px and renamed it header.jpg in /email/images folder (several times), reloaded fresh php files in case something was corrupted, checked for syntax errors although I changed no syntax.

    I'm completely at my wits' end. I can load the header into, for instance, the newsletter body, but cannot use it as the header.

    I can remove the header completely, but I'd like the professional look of a header at the top of the email, before the salutation to the customer.

    And just to iterate, the original, default Zen header did not show before I loaded my header. Is there something in the code that needs to be adjusted?

    I feel like I've exhausted every possibility. Any suggestions would be welcome.

    Thanks.

    Becky

    www.200westmain.com/citypretties

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

    Default Re: EMAIL header STILL not showing up either!

    That's because your webserver is blocking it:
    http://200westmain.com/citypretties/email/header.jpg

    Check your server's errorlog for why it's blocking access to files in your /email/ folder. Maybe you've got .htaccess rule conflicts, or maybe you've disabled image hotlinking via your hosting control panel, etc.
    .

    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.

  6. #6
    Join Date
    Mar 2007
    Location
    WAY out West
    Posts
    89
    Plugin Contributions
    0

    Default Re: EMAIL header STILL not showing up

    Why would the webserver block the header image on that cart and not on the other three carts on the site?

    I don't think there is a hotlink the image is sitting right where it is supposed to be.

    I checked the error log, nothing. This is the code which appears to be the same as in the other carts. I also checked that the file is named .jpg as it is a linux server.



    <!-- Header Section -->
    <div class="header">
    <img src="email/header.jpg" alt="logo" />
    </div>
    Very strange.
    Henrietta


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

    Default Re: EMAIL header STILL not showing up

    If you've enabled hotlink protection, many odd things can happen why trying to access images from places other than the website itself.

    You've got the same thing on your /images/ folder.
    ie: http://200westmain.com/citypretties/...no_picture.gif
    (unless of course you've gone and deleted the default no_picture.gif file)

    As mentioned, your .htaccess may be your problem.
    .

    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.

  8. #8
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: EMAIL header STILL not showing up

    A lot of this is Greek to me, but I'm sure Henrietta and I will work it out eventually. I don't know how to control .htaccess and I've reworked as many permissions as I can that I thought might be the problem.

    I'm a rookie at this stuff and have absorbed as much as I can, but I'll have to try to research the hotlinking and .htaccess.

    In the meantime, I worked around it by uploading my image to a hosting site outside of the server and linked to it. It works well, I just hope it works for people with slower connections.

    Thanks for your help, Dr. Byte. If I figure it out I'll return and post my solution for anyone else as much a newbie as I am.

    Becky

    200westmain.com/citypretties

  9. #9
    Join Date
    Mar 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: EMAIL header STILL not showing up

    I have another question:

    200westmain/htpasswds there are two folders: /images and /public_html.

    The /images folder is empty.

    When I open /public_html, there is a /citypretties folder and inside that is an /email folder which is empty.

    Is this part of my problem?

    Thank you,
    Becky

    200westmain.com/citypretties

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

    Default Re: EMAIL header STILL not showing up

    Quote Originally Posted by CPJ View Post
    I have another question:

    200westmain/htpasswds there are two folders: /images and /public_html.

    The /images folder is empty.
    You'll have to ask your hosting company about the proper use of htpasswds configurations on your server.

    Quote Originally Posted by CPJ View Post
    When I open /public_html, there is a /citypretties folder and inside that is an /email folder which is empty.

    Is this part of my problem?
    Well, if the folder is empty but your emails are attempting to access files in it ... then ... well ... yes I suppose that would be a problem.
    But if it's empty then how are you getting html-formatted emails in the first place? (since the html-formatted email templates are also stored in that folder)

    If you've got files missing, then it's logical to expect odd problems. That's a good first place to check. I believe one of the earlier posts in this thread talked about re-uploading good copies of damaged files to fix broken items. That's probably good advice.
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v155 Email Header not showing
    By Kcin in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 10 Dec 2016, 08:56 AM
  2. Orders not showing up, but still charging CC
    By kell61 in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 27 Jan 2010, 11:13 PM
  3. EZ pages still not showing up
    By touchclothing in forum General Questions
    Replies: 4
    Last Post: 25 Apr 2008, 09:39 PM
  4. Zencart header still showing after replacing header.jpg
    By amieco in forum General Questions
    Replies: 1
    Last Post: 4 Jul 2007, 06:36 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