Hi Nicolas,
Thank you for your quick answer! Still no luck.
When I go to Display -> views en select my template (and the address view) I have 3 options:
1.Frontend and backend (the custom field is here also visible).
2. Frontend (here I now also added the custom field)
3. Backend (this list is empty so I cannot change anything here
address / address_template.php:
<?php
/**
* @package HikaShop for Joomla!
* @version 2.3.5
* @author hikashop.com
* @copyright (C) 2010-2014 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_post_code_suffix} {address_city} {address_state}
{address_country}
<?php echo JText::sprintf('TELEPHONE_IN_ADDRESS','{address_telephone}');?>
regarding your second remark, I initially tried to solve this with 1 field, but couldn't figure out how to configure pre- and suffix. I guess it should be possible but I couldn't make it work.
Kind regards,
Eric