-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.5
Hello
I have a problem with email that user and admin receive after an order.
I changed the template and I copied from the old one this code to the new one:
<?php
/**
* @package HikaShop for Joomla!
* @version 2.5.0
* @author hikashop.com
* @copyright (C) 2010-2015 HIKARI SOFTWARE. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?>{address_company}
{address_title} {address_firstname} {address_lastname}
{address_street}
{address_post_code} {address_city} {address_state}
{address_country}
<?php echo JText::sprintf('TELEPHONE_IN_ADDRESS','{address_telephone}');?>
<br/><?php echo 'Codice Fiscale: ';?>{address_vat}
<?php echo 'Note per il corriere: ';?>{address_nota}
this is the text of the email:
Vito russo
via dante 1111
74121 taranto Taranto
Telefono: 09999Codice Fiscale: sgnfncblabla
The problem is with Codice Fiscale and I want it in the new line under telefono.
With old template <br/> worked but now not
Why??
Thanks
Frank