OS Property support center

Symbol € after the price (SOLVED)

  • Julián
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 2 months ago - 11 years 2 months ago #26461 by Julián
Symbol € after the price (SOLVED) was created by Julián
Hi Dam, i have a little problem.
In Europe, the format for the price, is this: 100 € , but i have this € 100
¿where can i change the order of the symbol.
Thanks.
Last edit: 11 years 2 months ago by Julián.

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #26462 by Mr. Dam
Replied by Mr. Dam on topic Re: Symbol € after the price
Hi Julian,
Currently, OS Property hasn't got feature to setup the position currency. We will update this feature in near future.
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #26484 by sti
Replied by sti on topic Re: Symbol € after the price
classes/listing.html.php

<div id="currency_div" style="padding:0px;">
<?php
//echo JText::_('OS_PRICE');
//echo ": ";
echo HelperOspropertyCommon::loadCurrency($row->curr)." ".HelperOspropertyCommon::showPrice($row->price);
if($row->rent_time != ""){
echo " ".$row->rent_time;
}
if($configClass == 1){
?>
<BR />
<span style="font-size:11px;">
<?php echo JText::_('OS_CONVERT_CURRENCY')?>: <?php echo $lists?>
</span>
<?php
}
?>
</div>

SWAP the code
The following user(s) said Thank You: Julián

Please Log in or Create an account to join the conversation.

  • Julián
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 2 months ago #26486 by Julián
Replied by Julián on topic Re: Symbol € after the price
Thank you Sti, i try...

Please Log in or Create an account to join the conversation.

More
11 years 2 months ago #26516 by sti
Replied by sti on topic Re: Symbol € after the price
Please make the thread as SOLVED in title when this solved your case. thanks

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan