Hello,
I have this on a website :
And as you can see the order is not really the best one when I have add an english adress. I search (a bit ^^) and I find this template address / address_template.php
?>
{address_title} {address_firstname} {address_lastname}
{address_street}
{address_cplt}
{address_post_code} {address_city}
{address_state}
{address_country}
<?php echo JText::sprintf('TELEPHONE_IN_ADDRESS','{address_telephone}');?>
All fields seems to be in the right order so why name and first adress are in the english adress ?
Thx for answsers