OS Property support center

display currency_code

  • agente
  • Topic Author
  • Offline
  • New Member
  • New Member
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?

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

More
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

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

  • agente
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 9 months ago #47566 by agente
Replied by agente on topic display currency_code
Perfect!

(should be a default option)


thanks

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

Moderators: Mr. DamNguyen Phu Quan