Hello,
You may type "€"
But for show currency before price vaue, you need rebuild layout(sorry we have't that in setting).
You need check file:
{your site }/components/com_realestatemanager/realestatemanager.html.php
and every where you will find code look like:
Code: |
<?php echo $row->price, ' ', $row->priceunit; ?>
|
you will need replace it to :
Code: |
<?php echo $row->priceunit, ' ', $row->price; ?>
|
Thanks,
OrdaSoft team