Hi, we will add this option in next release soon
Regards
@rameez_iqbal
In templates\search-property.php
line 106: <span class="separator">$</span> Should have being <span class="separator"><?php echo $price_symbol ?></span> just like in line 233:widget.php
But its not working for me. I dont know why
Thread Starter
kacou
(@kacou)
OK, is good you add it in the next release, but just tel me the php, css or html line and i we do the rest.
Thank
Hi, you can change it in plugin.class.php file on line 668
change
$price = $currency_symbol.' '.number_format($price, 2);
into
$price = number_format($price, 2).' '.$currency_symbol;
Hi, we have added the options for currency and price display, please update to version 4.1
Regards