Hello,
thank you very much! I didnt even know before that overwrites are so great solved in Hikashop! I feel like having a box of suprises using this great component.
I made modifications in address/address_template.php as following
<?php echo JText::sprintf('FIRSTNAME','{address_firstname}');?>
<?php echo JText::sprintf('TELEPHONE_IN_ADDRESS','{address_telephone}');?>
<?php echo JText::sprintf('LASTNAME','{address_lastname}');?>
<?php echo JText::sprintf('POST_CODE','{address_post_code}');?>
<?php echo JText::sprintf('MIDDLE_NAME','{address_middle_name}');?>
<?php echo JText::sprintf('CITY','{address_city}');?>
Didnt work yet on the front end but I suppose that it is some small mistake and tomorrow will figure it out.
Thank you so much for your help!
regrads