Magento change the currency selector dropdown to a flag list
To change the currency selector dropdown to a flag list, you can take following these steps: 1. Open file app/design/frontend/default/your_theme/template/directory/currency.phtml (or app/design/frontend/base/default/template/directory/currency.phtml)and change code from: To: 1. You need to prepare a flag list (images). 2. Upload flag list to root/media/flag directory 3. Rename flags to currency’s code (EX: US Dollar -> usd.jpg, Euro -> …
Magento change the currency selector dropdown to a flag list Read More »