OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Add Price to mod_realestatemanager_new (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Add Price to mod_realestatemanager_new

propertyexpress (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Add Price to mod_realestatemanager_new 11 Years ago
Karma: 0  
Dear Sir,

I would like to add price display on the module mod_realestatemanager_new. I have added the line

<?php echo $row->priceunit,' ',$row->price?>

but nothing shows. Appreciate much your kind help.

Thanks in advance!

Rgrds
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:Add Price to mod_realestatemanager_new 11 Years ago
Karma: 101  
Hello,

You need in file mod_realestatemanager_new.php

find row look like
Code:

SELECT h.id, h.houseid, h.htitle, h.description, h.broker, h.image_link, hc.idcat


and replace it to :

Code:

SELECT h.id, h.houseid, h.htitle, h.description, h.broker, h.image_link,h.priceunit,h.price, hc.idcat


Please backup file first

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
propertyexpress (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Re:Add Price to mod_realestatemanager_new 11 Years ago
Karma: 0  
Thanks for the valuable help!
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:Add Price to mod_realestatemanager_new 11 Years ago
Karma: 101  
Hello,

You may vote for us on joomla.org and write excellent review

If you will have some error or questions - please write

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»