-- HikaShop version -- : 2.4
-- Joomla version -- : 3.4.8
Hi,
I won't to change the order email; when I do an order in the email appeared the url of the site, I try to modify this code:
<?php
$url = $data->order_number;
$config =& hikashop_config();
if($config->get('simplified_registration',0)!=2){
$url .= ' ( '.$data->order_url.' )';
}
echo JText::sprintf('ORDER_CREATION_SUCCESS_ON_WEBSITE_AT_DATE',$url,HIKASHOP_LIVE, hikashop_getDate(time(),'%d %B %Y'), hikashop_getDate(time(),'%H:%M'));?>
I remove
and into language file I delete %s relative of the url code, but in the email apperared this (check attachment). How can I do for remove the url?
Another question, how can I do for insert url site on world? Like numeber of order
Thanks
Matteo