- Posts: 9
- Thank you received: 0
OS Property support center
Symbol € after the price (SOLVED)
- Julián
- Topic Author
- Offline
- New Member
-
Less
More
12 years 1 month ago - 12 years 1 month 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.
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: 12 years 1 month ago by Julián.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13020
- Thank you received: 1688
12 years 1 month 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
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.
- sti
- Offline
- Platinum Member
-
Less
More
- Posts: 448
- Thank you received: 2
12 years 1 month 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
<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
-
Less
More
- Posts: 9
- Thank you received: 0
12 years 1 month 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.
- sti
- Offline
- Platinum Member
-
Less
More
- Posts: 448
- Thank you received: 2
12 years 1 month 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. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.