Hello
I am sorry, we not show category name in one house layout.
If this important for you
We may propose to you order this as "customization service".
Please write to OrdaSoft contact form (
ordasoft.com/contact-us-form) with full details description.
How all must look and work. And we will give to you quota
If you PHP developer you may check code below
to file:
{your site}/com_realestatemanager/views/view_house/tmpl/default.php
Need add code like:
$query = "SELECT distinct c.title AS category_titel FROM #__rem_houses AS b
LEFT JOIN #__rem_categories AS hc ON b.id=hc.iditem
LEFT JOIN #__rem_main_categories AS c ON hc.idcat = c.id " .
" WHERE b.id= ".$house->id ;
$database->setQuery($query);
$categories = $database->loadObjectList();
print_r($categories);
Please backup this file first
REgards
Andrew
Ordasoft team