Dear Friends. I have developed my site www.alquilaenpehuen.com with one of your templates, and I would need to make a small modification to it, but I can't find how to do it. I need to disable the booking form for rental properties so that it does not appear on the front end. And I can't find how to do it. I would appreciate your help if possible. Thank you so much
If you use Pro version of
OrdaSoft Joomla Real estate - you may go to admin->real estate->settings - and hide "booking form" with help settings
if you use Free version of
OrdaSoft Joomla Real estate
You need to top of file
{site}/components/com_realestatemanager/views/view_house/tmpl/default.php
after PHP open code
add code:
Code: |
$params->set('show_rentrequest', 0);
|
Please backup this file before edit
Regards
OrdaSoft team