AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: gordontaylor on January 22, 2014, 02:20:14 PM

Title: Email Question
Post by: gordontaylor on January 22, 2014, 02:20:14 PM
I have a new installation, v 1.1.7 that I'm still configuring. I was wondering if the cart generates an order email to the customer when they complete the order? If so, where is it configured? I see in the Admin panel Sales>Mail, but that appears to be a broadcast type email to various data bases such as Customers or Newsletter recipients.

I sure hope it does create an Thank You for your Order type email with their order info.
Title: Re: Email Question
Post by: abantecart on January 22, 2014, 05:06:47 PM
I have a new installation, v 1.1.7 that I'm still configuring. I was wondering if the cart generates an order email to the customer when they complete the order?
Yes. It is send by default. If you need to edit text look into:

Model:
storefront/model/checkout/order.php
Template:
storefront/view/default_html5/template/mail/order_confirm.tpl
Title: Re: Email Question
Post by: gordontaylor on January 22, 2014, 07:33:22 PM
Thank you so very much!