by: blastarPosted on: October 20, 2011April 5, 2014 How to get country name from country ID in Magento? This one is quite simple: $countryName = Mage::getModel(’directory/country’)->load($country_id)->getName(); Related
Thanks it works..
perfect