- Posts: 6
- Thank you received: 0
OS Property support center
display currency_code
- agente
- Topic Author
- Offline
- New Member
-
Less
More
10 years 9 months ago #47520
by agente
display currency_code was created by agente
Hi
how can i display currency_code value in my details.html theme template?
how can i display currency_code value in my details.html theme template?
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13058
- Thank you received: 1696
10 years 9 months ago #47530
by Mr. Dam
Replied by Mr. Dam on topic display currency_code
Hi,
To show currency code in the property details. You need to add the custom code to retrieve the currency code of currency of property.
$db->setQuery("Select currency_code from #__osrs_currencies where id = '$row->curr'");
$curr = $db->loadResult();
echo $curr;
$curr is the currency code
Thanks
Dam
To show currency code in the property details. You need to add the custom code to retrieve the currency code of currency of property.
$db->setQuery("Select currency_code from #__osrs_currencies where id = '$row->curr'");
$curr = $db->loadResult();
echo $curr;
$curr is the currency code
Thanks
Dam
Please Log in or Create an account to join the conversation.
- agente
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 0
10 years 9 months ago #47566
by agente
Replied by agente on topic display currency_code
Perfect!
(should be a default option)
thanks
(should be a default option)
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.