Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

вывод названия валюты


Recommended Posts

15.05.2023 в 23:31, AlexMax13 сказал:

как можно вывести название текущей валюты без цены?

в шаблон <?php echo $currency_code; ?>
в контролер $data['currency_code'] = $this->session->data['currency'];

  • +1 1
Link to comment
Share on other sites

В 16.05.2023 в 12:50, Seofisher сказав:

в шаблон <?php echo $currency_code; ?>
в контролер $data['currency_code'] = $this->session->data['currency'];

 

спасибо, пробовал но мне почему то выводило вместо грн UAH

Link to comment
Share on other sites


В 18.05.2023 в 06:58, AlexMax13 сказав:

пробовал но мне почему то выводило вместо грн UAH

 

$data['currency_code'] = $this->currency->getSymbolRight($this->session->data['currency']);
  • +1 1
Link to comment
Share on other sites


В 22.05.2023 в 11:42, ocbot сказав:

 

$data['currency_code'] = $this->currency->getSymbolRight($this->session->data['currency']);

 

не пробовал но спасибо)

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.