Categories

Featured templates

Magento. How to change currency symbol position

Alice Weasley April 1, 2015
Rating: 3.7/5. From 3 votes.
Please wait...

This tutorial shows how to change currency symbol position in Magento.

Magento. How to change currency symbol position

Since not all the currencies take place before the price like Dollar, you may need to change its position from left to right. For example, Euro usually takes the right position:

Magento._How_to_change_currency_symbol_positon_1

Magento._How_to_change_currency_symbol_positon_2

  1. To change currency symbol positon in Magento, navigate to /lib/Zend/Locale/Data folder inside your site folder on the server (via FTP or through cPanel).

  2. Select the xml language file you need, for example it will be the de.xml for German.

    We strongly recommend that you back up the file before editing it, that is make a copy and save on your computer.

  3. Locate this part of code:

    <currencyFormat>
    <pattern>¤ #,##0.00</pattern>
    </currencyFormat>
    

    You may use the Ctrl+F combination to find the necessary code.

  4. Change the position of the queer element ¤ from:

    <pattern>¤ #,##0.00</pattern>

    to:

    <pattern>#,##0.00 ¤</pattern>
  5. Save changes:

    Magento._How_to_change_currency_symbol_positon_3

  6. You may also need to clear Magento cache, the browser cache and refresh the page. It may take an hour for the changes to appear on the site due to the cache work:

    Magento._How_to_change_currency_symbol_positon_4

NOTE: you will need to perform the same change once again after upgrading the engine.

Feel free to check the detailed video tutorial below:

Magento. How to change currency symbol position

Ecommerce Themes for Magento
This entry was posted in Magento Tutorials and tagged currency, Magento, position, symbol. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket