Price Display

  • Posts: 197
  • Thank you received: 13
1 year 3 months ago #348402

-- HikaShop version -- : 4.7
-- Joomla version -- : 4.2.6
-- PHP version -- : 8.1

Hi.
I'm getting my product price in a third party component directly from DB
when product number in 10 dollars, i'm getting 10.0000 (a ten with 4 decimal zeros)

is there anyway that i can display the in correct format with my currencysymbol ?

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

  • Posts: 81515
  • Thank you received: 13068
  • MODERATOR
1 year 3 months ago #348405

Hi,

The proper way would be:

if(!@include_once(rtrim(JPATH_ADMINISTRATOR,DS).DS.'components'.DS.'com_hikashop'.DS.'helpers'.DS.'helper.php')){ return false; }
$currencyClass = hikashop_get('class.currency');
echo $currencyClass->format($price_value, $price_currency_id);

The following user(s) said Thank You: khashiz

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

  • Posts: 197
  • Thank you received: 13
1 year 3 months ago #348407

this was the exact code i needed

thank you alot

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

Time to create page: 0.061 seconds
Powered by Kunena Forum