As I have mentioned in the Magento order options section, Magento has a very nice built-in email functionality called Sales Emails which allows you to manage the emails you send to your customers when an order is processed. Before you configure your emails, you might want to add new email templates. You can do this from the admin area > System > Transactional Emails.
Now let's take a closer look at each of the options in Sales Emails:
Order and Order Comments - from here you can enable/disable email notifications your customers receive about orders and any comments you might have added to them. Here you can set the New Order Confirmation Email Sender, the New Order Confirmation Template (this will be used for registered users) and New Order Confirmation Template for Guest which will be sent to guest users. You can also set an email to receive a copy of the order email and select how the copy email should be sent - as Bcc or as a Separate Email.
Invoice and Invoice Comments - from here you can enable/disable email notifications your customers receive about invoices and any comments you might have added to these invoices. The rest of the options are the same as those for Order.
Shipment and Shipment Comments - this option allows you to enable/disable email notifications about shipments and shipment comments. Again, the rest of the options are the same as those for Order.
Credit Memo and Credit Memo Comments - from here you can enable/disable email notifications your customers receive about Credit Memos and any comments you might have added to them. Once again, the rest of the options are the same as those for Order.
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2011
(18)
-
▼
December
(17)
- Call Static Blocks From Any PHTML File in Magento
- Use any SMTP to send mail in Magento
- Magento Files and Folders Structure
- Common issues with importing/exporting
- Magento Transfer From One Server To Another
- Magento Google Analytics
- How to manage order emails
- Magento Features
- Manual Installation of Magento
- How to set a custom group of users
- How to add a Contact Us form in Magento
- How to set up a blog in Magento
- How to redirect Magento to open through www
- How to speed up Magento
- How to enable Search Engine Friendly URLs in Magento
- How to reset Magento Admin Password
- How to configure Magento to work with a new domain
-
▼
December
(17)
Popular Posts
-
You can select,insert,update and delete data in the Magento wby using their models concept. For example,a table named ‘testdata‘ with the fo...
-
This article will explain how to create an extension to send all the emails through gmail or other servers.I have created an module to set u...
-
This is an article to show you ,how you can set MySql Master-slave replication in magento for scalability ,handle failover and performance. ...
-
Breadcrumb is necessary for making website pages user navigation friendly. It can be printed out in any of the php or phtml pages by below c...
-
This blog will show you how to get all items in a shopping cart and totals in a magento store : $items = Mage::getSingleton('checkout/...
Do you know how to send custom options in New Order email?