Unable to edit transactional emails on Magento Community v1.8.1 - magento

I am running Magento Community v1.8.1.
There are no entries in the drop down bar at Admin > System > Transactional Emails. Under sales emails, I see the default emails from Locale selected but I can't seem to edit these default emails.
How can I make the admin panel's drop down bar start showing these default emails ? Must I go into the PHP on my hosting site to edit anything to make this happen, else what should I do?
Greatly appreciate any help I can get on this!

You can have two kinds of transactional email templates: based on file ex. app/locale/en_US/template/email and based on database Admin \ System \ Transactional Emails.
If you read Default template from Locale it means that the files in app/locale/en_US/template folder are used.
If you want to create a Database template, you can copy the file content and paste it into a new Template in Admin \ System \ Transactional emails.

Related

Magento doesn't appear any default email template

I'm trying to create a transactional email in magento 1.7, but when I try to add a new template the default template select is empty and I can't continue creating it.
The problem comes from the fact that no email is set in the database and you can wether get the data from a clean installation or set it by yourself througth the admin : System > configuration > transactionnal emails.
I would advise you the second solution that is in my opinion safier and permits to define the email as you wish with the design you want to use.
If you do not have any default template in your selectbox, you can check under the app / locale / yourlanguage / template / email if you do not have anything, you should have under the en_US folder. You can copy and adapt. If you have nothing under these two folder, you can get it from a basic installation.

Magento 1.8.1 Not sending Order/Invoice emails

I'm having an issue where my emails don't send to the client, or a copy to myself.
My website is hosted with one company, but my emails are on godaddy, and I had to set the MX records on my hosting differently. Do I need to change any settings on the website to reflect this?
Are you using multiple languages and have have copied the translated files in locale from->to ?
Go in "System > Transactional Emails" and create there the translated templates.
Go in "System > Configuration > Sales Email" and select for each (Order, invoice...) the before created Template from Transactional Email.

Magento - New Order mail

I am using Magento 1.6.2.
I need to edit the new order mail. Which file is the template for the items? I need the specific file where the items are being generated and formatted.
I already found it.
app/design/frontend/base/default/template/email/order/items.phtml
To edit the New Order email you go into System -> Transactional Emails and click on 'Add New Template'.
Then you load in the existing New Order template by selecting 'New Order' from the drop down menu in the Template input field and click the 'Load Template' button. In the Template Information section you assign a new name to your new template and make the modifications to it before hitting 'Save Template'.
To apply it you go to System -> Configuration -> Sales and Select the Sales Emails option.
In the Order tab you apply your newly saved template to the New Order Confirmation Template dropdown.
Do the same for New order from Guest if you are allowing guest checkout.
The email templates are located under /app/locale/en_us/template/email and /app/locale/en_us/template/email/sales.
The disappointing thing about email templates in Magento is that they expect store owners to manage these using the backend rather than by editing the template files. Of course, you can always just edit the templates directly, but make sure to keep backups of them before updating to a new version of Magento.
It ends up being a lot of work, and from what I've seen, mostly clients do little more than update the logo. If your client wants to have fully custom email templates, expect a good 20+ hours to get them right (cross email client compatibility, client changes, etc).

Customize Newsletter Template?

i am using Magento 1.5.1.0. I Have already changed all transaction E-Mails in my Magento Project. But i have one last Problem. I have not found a way to change the newsletter Template? Is there a way to change the used template like the other transaction E-Mails?
Regards,
Bertie
I have 1.7 but i think the menu is the same
If i understand your question, in your admin dashboard you should look under System > Transactional Emails > Add new template. From the options field (labeled Template) choose Newsletter ... (there are three templates), load each of them and change them.
Also for the actual newsletter, from admin dashboard chose Newsletter > Newsletter Templates and add a new email.

Editing email templates

this is probably really easy, but here goes:
My changes to the magento email templates don't show in the emails.
What am I doing wrong? Do I need to reinstall magento to get the updates? Am I simply editing the wrong files?
Thanks...
UPDATE: So now:
I have a fresh magento install
I haven't touched the Transactional Emails admin
I don't have locale set to 'en_US' (but since 1.4 that shouldn't be a problem right? Anyway, I tried setting the locale but it didn't help)
I ERASED the entire app/locale/en_US/template/email/ catalog
With this setup I completed an order and I still get the default email.
The only thing I can think of is I'm coming at this from the wrong direction, but I can't for the life of me figure it out.
Is it possible that your email templates are already saved into the database, and that your changes of the files are therefore not editing the correct version of the templates? Take a look at System -> Transactional Emails to see any templates that have been "promoted" to the database.
Hope that helps!
Thanks,
Joe
Make sure you have the proper locale selected within the admin if you are using the Transactional Emails to create new templates. Also you can also edit the files directly via
/app/locale/[language]-[country]/template/email/

Resources