Hello,
Please, we on ours forum may only give advises, if you go to code you need know as small basic in HTML/CSS and PHP.
We can't check and rebuild on forum any site look and work, that ask many time for add and check.
In yours case you was need find code:
Code: |
<div class="price"><?php echo $row->price,' ',$row->priceunit?></div>
</div>
|
and replace it to code
Code: |
<div class="price"><?php echo $row->price,' ',$row->priceunit?></div>
<?php
$price_type[0] = _REALESTATE_MANAGER_OPTION_SELECT;
$price_type1=explode(',',_REALESTATE_MANAGER_OPTION_PRICE_TYPE);
$i=1; foreach($price_type1 as $price_type2){$price_type[$i] = $price_type2;$i++;}
if($row->price_type != 0) { ?>
<strong><?php echo _REALESTATE_MANAGER_LABEL_PRICE_TYPE; ?>: </strong>
<?php
echo $price_type[$row->price_type];
}
?>
</div>
|
Please at next if you need do site rebuild, write to ordasoft support and ask custom version - with all features as you wish
Thanks,
OrdaSoft team