Get ship/billing country name from country id Magento
<?php $countryId = 'SG'; echo $countryName = Mage::getModel('directory/country')->load($countryId )->getName(); // output Singapore ?>
Get ship/billing country name from country id Magento
<?php $countryId = 'SG'; echo $countryName = Mage::getModel('directory/country')->load($countryId )->getName(); // output Singapore ?>