Showing posts with label Get Current Currency symbol in opencart. Show all posts
Showing posts with label 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']) ?>