Showing posts with label How to get current currency symbol in opencart. Show all posts
Showing posts with label How to get current currency symbol in opencart. Show all posts

Tuesday 1 July 2014

Get Currency symbol in opencart


Get Currency symbol in opencart

You can get currency symbol by using the below code :

<?php echo $this->currency->getSymbolRight($this->session->data['currency']) ?>

OR

<?php echo $this->currency->getSymbolLeft($this->session->data['currency']) ?>