i'm using last version of OSPrperty with the theme 1.
I'm not using square feet but square meters.
In my details.html.tpl.php I 've got this in the "property-icon-square meta-block"
Code:
<?php
if($configClass['use_squarefeet'] == 1){
?>
<li class="property-icon-square meta-block">
<?php echo OSPHelper::showSquareLabels();?>:
<span>
<?php
echo OSPHelper::showSquare($row->square_meter);
echo " ";
echo OSPHelper::showSquareSymbol();
?>
As attached in the pic below no surface is shown in this block;
how can I resolve this?