OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Price Format in RealEstateManager (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Price Format in RealEstateManager

admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Price Format in RealEstateManager 10 Years, 10 Months ago
Karma: 101  
Hello,

For add Price we use 2 fields one for Price value other for Price currency. That need for correct work ordering and search.
Please check attachment

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Token (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Price Format in RealEstateManager 10 Years, 10 Months ago
Karma: 0  
Ah, I see. Only in Europe we use the Euro "€" and this is presented before the price. But when i put the € in the first field and the price in the second field and save this, it doesn't show a € but a zero.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Price Format in RealEstateManager 10 Years, 10 Months ago
Karma: 101  
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
Logged Logged
The administrator has disabled public write access.
Go to top
»