OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
RealEstateMenager Pro (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

RealEstateMenager Pro

Despotes (Visitor)
Posts: 0
graphgraph
User Offline
RealEstateMenager Pro 5 Years, 9 Months ago
Karma: 0  
Hello!
I've downloaded the FREE theme "November" for real estate
If I buy "RealEstateManager-Pro" , can I upgrade the free manager without having a problem with options, code and content corruption
I want to know if there will be bugs after updating the free version with Pro version
Logged Logged
Last Edit: 2018/07/02 18:37 By .
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:RealEstateMenager Pro 5 Years, 9 Months ago
Karma: 101  
Hello

You will have not errors(if you will update Real Estate manager Pro component ordasoft.com/Real-Estate-Manager-Software-Joomla.html and all modules ), but some styles may look other.

Regards
Andrew
Ordasoft team
Logged Logged
The administrator has disabled public write access.
Despotes (Visitor)
Posts: 0
graphgraph
User Offline
Re:RealEstateMenager Pro 5 Years, 9 Months ago
Karma: 0  
Thanks for the reply!
In fact, the only problem is the required fields of bedrooms* and rooms*
I hope that in the Pro version these fields may not be filled in.
If this is not possible, there is no point in buying a pro version.
there are properties where are no rooms ...
then there is a mismatch of the heights on the homepage items and destroy the all page
I have to put fake rooms on Plots / Lands to make the elements level in line
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:RealEstateMenager Pro 5 Years, 9 Months ago
Karma: 101  
Hello

How to make room not mandatory filed follow below post
ordasoft.com/Forum/RealEstateManager-com...ge-option.html#16723

Regards
Andrew
Ordasoft team
Logged Logged
The administrator has disabled public write access.
Despotes (Visitor)
Posts: 0
graphgraph
User Offline
Re:RealEstateMenager Pro 5 Years, 9 Months ago
Karma: 0  
Thanks again for your reply!
But I do not want to remove the rooms from frontend; for backend
I would like to able to fill "zero"-0 in this field and this value to be displayed on the page
Just must to change values and recognize 0 as a value and show on the page like zero
Is this possible?
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:RealEstateMenager Pro 5 Years, 8 Months ago
Karma: 101  
Hello

By default, all empty (zero) fields in RealEstatemanager(ordasoft.com/Real-Estate-Manager-Software-Joomla.html) we not show. This created for possibility for user not fill fields which they no need.

If you need show these fields you will need rebuild all layouts where we use this field.
There are all your layouts:
{your site}/components/com_realestatemanager/views/

as example fir edit "one house show layout", and show field "rooms" everytime
please go to

{your site}/components/com_realestatemanager/views/view_house/tmpl/default.php

Please find code:
Code:

                        <?php if (isset($house->rooms) && trim($house->rooms)) { ?> 


and replace it to code:

<?php if ( true ) { ?>

Please bcakup file first.

Or
you may 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

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