My customers receive an email stating that their order has been received/processed/shipped, etc.
I would like to put my own logo on the email as well as share the shipping time frame information.
Where do i go to make these changes??
thanks!
My customers receive an email stating that their order has been received/processed/shipped, etc.
I would like to put my own logo on the email as well as share the shipping time frame information.
Where do i go to make these changes??
thanks!
In the /email folder find the templated for most all emails sent and you can edit or just replace in the /email/ folder the header.jpg with one of your own that conforms to the original dimensions. at this time this is not a overrideable edit...so make note of these changes and local backups in the event that you upgrade and need to re-upload these.
If you need to alter the graphic type from .jpg to another find these types of code entries in the files located in /emails
Code:<!-- Header Section --> <div class="header"> <img src="email/header.jpg" alt="logo" /> </div>
Thanks Kobra,
now one more question :) (yeah, i know i always say that...LOL)
If i wanted to put something in that order email that says something to the effect of Orders will be processed in the order they are received. Allow seven business days to fill order, etc.....
Is there a specific place i would need to put that? do i need the $Email code in front or can i just type in what extras i want to say?
thanks again!!
In the file that you want this in, you could say, between the head and content areas add a: <p>your content</p> or this could be after the content and before the footer your choice.
Try it and see if this does not produce the desired result.
thanks Kobra,
you da best!