AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Tishbyte on March 23, 2018, 07:34:00 PM

Title: Mail function.
Post by: Tishbyte on March 23, 2018, 07:34:00 PM
Greetings,
I was just looking around and I could not find the code that is responsible for sending emails to customers. If someone could point me to that, that would be delightful!
Thank you.
Title: Re: Mail function.
Post by: JerryPF on March 23, 2018, 08:12:55 PM
For sending order confirmation email to the customer, you can find the code
in /storefront/model/checkout/order.php, function _confirm(.....)

Cheers,
Jerry
Title: Re: Mail function.
Post by: Tishbyte on March 24, 2018, 02:57:47 PM
Thank you, I was able to find what I needed.