Home : Digital Asset Management : Programming OpenEdit : ECommerce Setup : Confirmation Email
Confirmation Email
The two emails that are sent out when an order is received are:
/store/orderemail.html - Is sent out to the store owners who want to be notified. The list of email who are included can be edited in the /store/configuration/store.xml file.
/store/thanksemail.html - This is sent to the customer. You can configure the subject line by adding your store name to the a _site.xconf file:
To edit the subject line of the confirmation emails change the value of /store/configuration/store.xml
<name>Your Store Name</name>
