--EDIT--
* selecting the correct template AND making sure the edits are in the text version as well seems to be the trick to make it work.
Hello,
I found this thread for adding extra data to the ADMIN NOTIFICATION EMAIL and I have tried to make this happen but I cannot make it work.
The code i am using is below -I think I am doing something wrong but do not what?
Do you have any suggestions?
<?php
/**
* @package HikaShop for Joomla!
* @version 3.1.1
* @author hikashop.com
* @copyright (C) 2010-2017 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3
www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><?php
echo JText::sprintf(
'HIKA_USER_ACCOUNT_ADMIN_NOTIFICATION_BODY',
$data->name,
$data->username,
HIKASHOP_LIVE,
$data->address_data->address_company,
$data->address_data->address_city,
$data->address_data->address_telephone
);