User account administrator notification email

  • Posts: 220
  • Thank you received: 8
11 years 1 month ago #154901

-- HikaShop version -- : 2.3.0 Business
-- Joomla version -- : 1.5.26

Hi,

In my website the site administrator and the shop administrator are 2 different persons.

After the checkout the Order administrator notification email is send to the shop administrator, and that's fine,
But the User account administrator notification email also is send to the shop administrator. Since it's about a new Joomla user I would prefer that his email will be send to the site administrator.

So my question is: Is it possible that the User account administrator notification email is send to the site administrator, while the Order administrator notification email still is send to the shop administrator?

Thanks,
Udo

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

  • Posts: 83992
  • Thank you received: 13604
  • MODERATOR
11 years 1 month ago #155089

Hi,

Yes, we'll add the possibility to override that email.
First, change the line:
$mail->dst_email = explode(',',$config->get('from_email'));
to:
if(empty($mail->dst_email)) $mail->dst_email = explode(',',$config->get('from_email'));
in the file administrator/components/com_hikashop/classes/user.php (it will be included in next version of HikaShop)

Then, edit your user account admin notification and add such line at the beginning of the HTML version:
<?php $mail->dst_email = 'This email address is being protected from spambots. You need JavaScript enabled to view it.'; ?>

The user account admin notification will then be sent to that This email address is being protected from spambots. You need JavaScript enabled to view it. email address.

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

  • Posts: 220
  • Thank you received: 8
11 years 1 month ago #155555

Hi,

Thanks for the override.
However still the site administrator doesnot receive the User account administrator notification email.
And only now the shop administrator told me that previously she also did not receive these mails . So the override doesnot cause this.

Emails like Order creation notification, Order administrator notification, Order status notification, Order notification, payments status notification work fine. And the User account administrator notification is published.

Any idea how to fix this?

Thanks,
Udo

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

  • Posts: 83992
  • Thank you received: 13604
  • MODERATOR
11 years 1 month ago #155565

Hi,

Then it's probably that you didn't activate the administrator notification option in the options of the Joomla user manager.

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

  • Posts: 220
  • Thank you received: 8
11 years 1 month ago #155699

Hi,

At the moment I still use Joomla 1.5. The option you mention is in Joomla 2.5.
The site administrator is receiving the system emails.

I recently used Virtuemart and then the administrator received the new user notifications. This stopped after I switched to Hikashop.

Regards,
Udo

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

  • Posts: 83992
  • Thank you received: 13604
  • MODERATOR
11 years 1 month ago #155709

Hi,

Ah yes, we didn't implement the sending of the administrator notification for new users since Joomla 1.5 doesn't handle that capability for the Joomla registration form.
If you had it for VirtueMart's registration form, then it means that VirtueMart was handling that regardless of Joomla and thus if you would register via Joomla you wouldn't get it but you would get it if you registered via VirtueMart.
On our end, HikaShop follows Joomla's capabilities on that.

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

  • Posts: 220
  • Thank you received: 8
11 years 1 month ago #155893

Hi,

Thanks for this information.

One more reason to upgrade Joomla soon. It's possible since Virtuemart is replaced by Hikashop.

regards,
Udo

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

Time to create page: 0.069 seconds
Powered by Kunena Forum