-- HikaMarket version -- : 2.3.5
Hi,
I've a really specialized problem and I would be really glad for a small help code snippet Jerome. In email (market.order_status_notification) I'm able to add a custom email address like below:
if($data->order->order_status == 'shipped'){
$this->mailer->addBCC('email@address.com');
}
But I have to solve somehow to send status notification email in shipped status just to that specified custom email address. Neither for vendor, nor for customer, just to
This email address is being protected from spambots. You need JavaScript enabled to view it.. Can I solve it somehow?
Thanks for your help in advance!
Regards,
PePe