When i log on as admin and view the email welcome page i see my logo; but when I create an account, in the email which i receive see the zencart logo.
I am experiencing a similar problem. When I preview the email welcome page I see my logo, having saved my logo as the header.jpg file. The emails I send, however, just have the box with the red x and the logo alt tag.
I searched through other thread on this topic and found this
I had problems showing the logo in the emails sent by the system so I changed
<img src="email/header.jpg" alt="logo" />
to
<img src="$BASE_HREFemail/header.jpg" alt="logo" />
and it works fine now.
but I cannot find the "email/header.jpg" in my code. So now I've confused myself.
Any suggestions?
Thanks
-the redhead-