OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Information in the house card on the main page (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Information in the house card on the main page

raykom2010 (Visitor)
Posts: 0
graphgraph
User Offline
Information in the house card on the main page 4 Years, 8 Months ago
Karma: 0  
Hello. I intend to make some money by selling your component. I have an active base of 740 realtors. The database is ready for sending offers by email and sms.
Orientation - land and houses.
One nuance is severely lacking - displaying information on the size of the land plot in the object (house) card.


I tried to do it like this:
Code:

if (trim($row->house_size)) {  
                    echo "<div class='featured_houses_size featured_list_inline '>"
                      ."<i class='fa fa-expand'></i> ".trim($row->house_size).
                      "&nbsp"._REALESTATE_MANAGER_LABEL_SIZE_SUFFIX . "</div>";
              }
                 if (trim($row->lot_size)) {  
                    echo "<div class='featured_houses_size featured_list_inline '>"
                      ."<i class='fa fa-expand'></i> ".trim($row->lot_size).
                      "&nbsp"._REALESTATE_MANAGER_LABEL_SIZE_SUFFIX_AR . "</div>";
              }


but there is no result. There is not enough knowledge and time for more.
Do not tell me the solution?
Thank.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Information in the house card on the main page 4 Years, 8 Months ago
Karma: 101  
Hello

- Please check your cache, Please turn off any cache or optimization plugins
- Please: "lot size" must be not empty

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
raykom2010 (Visitor)
Posts: 0
graphgraph
User Offline
Re:Information in the house card on the main page 4 Years, 8 Months ago
Karma: 0  
I will consider..
Thank.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Information in the house card on the main page 4 Years, 8 Months ago
Karma: 101  
Do this start work for you ?

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
raykom2010 (Visitor)
Posts: 0
graphgraph
User Offline
Re:Information in the house card on the main page 4 Years, 8 Months ago
Karma: 0  
Yes, it worked, but the cache was not the reason.
I skipped and did not add this:
Code:

h.year, h.bedrooms, h.house_size,h.lot_size, h.description, h.listing_type"
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Information in the house card on the main page 4 Years, 8 Months ago
Karma: 101  
Hello

In select, you may add only h.*

As we checked, every view, where you may show "lot_size" has "h.*"

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