Email CC problem

  • Posts: 66
  • Thank you received: 2
11 years 3 months ago #116319

Hi guys, I have a question regarding the addition of code to allow the Hikashop system to, not only, email the customer on "Order Status", but to BCC or CC us as well. On a previous post TOPIC: Adding New Order Manually Nicolas replied with the forum link www.hikashop.com/en/forum/3-bug-report/85655-adding-new-order-manually.html#115156 , and that worked for a few days until we did the Hikashop update com_hikashop_business_2.2.0_2013-07-25.tar. Now it's only sending us the order creation notification and not the customer. For now we changed the code at the bottom of the file back to it's original state. Below I've pasted in the change that was made to make the system CC us on the order creation email. Is there a new method that will do this with the new update?

Changes to Hikashop > System > Emails > Order Status Notification

Original Code for Order Status Notification:

<?php $data->customer = $customer;?>


Modified Code for Order Status Notification:

<?php /* $data->customer = $customer; */ ?>

<?php $data->customer->user_email = array($data->customer->user_email,'This email address is being protected from spambots. You need JavaScript enabled to view it.'); ?>

Last edit: 11 years 3 months ago by ilovekratom.

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

  • Posts: 82730
  • Thank you received: 13343
  • MODERATOR
11 years 3 months ago #116321

The code $data->customer = $customer; shouldn't be commented out or the customer won't receive the notification.

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

  • Posts: 66
  • Thank you received: 2
11 years 3 months ago #116325

Ahhh. I see. Thanks Nicolas! :)

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

  • Posts: 66
  • Thank you received: 2
11 years 3 months ago #116326

Hey Nicolas, I'm working on this other issue now www.hikashop.com/en/forum/3-bug-report/8...er-email.html#116323 . Is there a chance you can look at this? Thanks so much for your help :)

It's a bug issue.

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

Time to create page: 0.060 seconds
Powered by Kunena Forum