opencart2.3 - Opencart Currency Symbol -


what problem ? enter image description here

euro symbol not appear.

this may reason

currency have 2 symbols symbol right , symbol left. make support both types of currency need include both symbols. forgot include following code.

<?php echo $currency['symbol_right'] ?>

your full code looks:

<?php echo $currency['symbol_left']; ?> <?php echo $currency['title']; ?> <?php echo $currency['symbol_left']; ?> 

Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -