Sending order status notification to shop admin?

  • Posts: 16
  • Thank you received: 0
11 years 9 months ago #87893

Hi...

How to have the order creation and the order status notifications sent both to customer AND to shop admin.?

Thks so much!

Lee

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

  • Posts: 13201
  • Thank you received: 2322
11 years 9 months ago #87946

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

  • Posts: 16
  • Thank you received: 0
11 years 9 months ago #87980

Thks for yr answer.

We have changed the order_status_notification_html.php at the end of file as below:


(code)
</table>
</div>
<?php
$data->customer = $customer;
$config =& hikashop_config();
$data->mail->dst_email .= ',' . $config->get('payment_notification_email');
?>
[/code]

As described by Jerome on the 28th of January in thread "e-mail copy if user has ordered"

However, it has no effect. Shop admin does not get a copy of the email status notification.

Pls advice what else to do?

Lee

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

  • Posts: 82796
  • Thank you received: 13357
  • MODERATOR
11 years 9 months ago #88182

Hi,

That's not the correct way of doing it.
This is the correct code to use:
www.hikashop.com/en/forum/4-how-to/23622...le-people.html#23627
It has always been that code.

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

Time to create page: 0.068 seconds
Powered by Kunena Forum