Confirmed email

  • Posts: 42
  • Thank you received: 0
10 years 11 months ago #171218

-- url of the page with the problem -- : www.ilmioalbumdinozze.it
-- HikaShop version -- : HikaShop 2.3.2
-- Joomla version -- : 3
-- PHP version -- : 5
-- Browser(s) name and version -- : firefox

Good evening,
someone can tell me what I've done to make sure that the order confirmation received an email the administrator and not to the user?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #171242

Hi,

You want that the order confirmation email be sent to the administrator but not to the user ?

In this case, you will have to edit the order_status_notification email and add some php code to remove the email recipients and then add the desired ones.

Something like:

<?php
$mailer = JFactory::getMailer();
$mailer->clearAllRecipients();
$mailer->addRecipients('desiredemail@address.com','name');
?>

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

Time to create page: 0.065 seconds
Powered by Kunena Forum