• Resolved kacou

    (@kacou)


    Hello, First i would like to congratulate you on your work.
    I want to place currency after price, can you help me please.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author rameez_iqbal

    (@rameez_iqbal)

    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

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    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;

    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    Hi, we have added the options for currency and price display, please update to version 4.1

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Currency’ is closed to new replies.