Send order status notification to multiple people

  • Posts: 36
  • Thank you received: 1
9 years 6 months ago #177756

Hi I have a issue, I create a TRAIL product for my digital downloads and I as a admin not get email notification only customer.
The trial is set to free as in product area. Anyone know why?
In my config all is set:
Payment notifications email address + Order creation admin notifications email address

Thanks for answer

Please Log in or Create an account to join the conversation.

  • Posts: 81590
  • Thank you received: 13079
  • MODERATOR
9 years 6 months ago #177874

Hi,

It could potentially be because the email address you set is the same as the "from" email address that you configured in the HikaShop configuration.
Some email servers will refuse that.
Try to use a gmail email address and see if that helps.

Please Log in or Create an account to join the conversation.

  • Posts: 36
  • Thank you received: 1
9 years 5 months ago #177952

Hi, thanks it works now BUT all emails goes to spam.
I have set up the cpanel domain email and then from cpanel set redirect email to GMAIL so all emails goest to SPAM even afetr i set that it is not spam in gmail.
DO you have any idea why?
thanks

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
9 years 5 months ago #178136

Hi,

You maybe have to edit the settings of you gmail account in order to add a new filter to move the emails from the website to not be treated as spam, etc.

Please Log in or Create an account to join the conversation.

  • Posts: 152
  • Thank you received: 1
8 years 10 months ago #205998

Would it be possible to have an if statement? Like - if order status = confirmed then email to xyz?


Believe in Better

Please Log in or Create an account to join the conversation.

  • Posts: 171
  • Thank you received: 9
8 years 10 months ago #206008

nowherenowhere wrote: Would it be possible to have an if statement? Like - if order status = confirmed then email to xyz?


Hi,

Try:
if($data->order->order_status == 'confirmed'){
$this->mailer->addBCC('address1@email.com');
$this->mailer->addBCC('address2@email.com');
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.097 seconds
Powered by Kunena Forum