Jump to content

Order Confirmation Email


Recommended Posts

I would like to add a BCC to order confirmation emails (one sent to customer) as spoken about in this post:

http://www.prestashop.com/forums/topic/86036-add-admin-to-bcc-on-order-conf-email/page__hl__mail+alerts__fromsearch__1

 

However I do not see this in the PS 1.5.4 PaymentModule.php

if ($orderStatus->send_email AND Validate::isEmail($customer->email))

Mail::Send(intval($order->id_lang), 'order_conf', 'Order confirmation', $data, $customer->email, $customer->firstname.' '.$customer->lastname, NULL, NULL, $fileAttachment);

Is there somewhere else the code is in now or alternative to add BCC to order confirmation email?

 

I was able to do it by adding code to the swift.php file but that sends more emails than I'm interested in.

 

Any input appreciated!

 

Susan

Link to comment
Share on other sites

×
×
  • Create New...