The following code returns a regions name by its id:
1 2 |
$regionModel = Mage::getModel('directory/region')->load('region_id'); $region = $regionModel->getName(); |
Getting region name by id
You want or need help implementing this solution? Maybe you did not find what you were looking for? Contact me and I will assist you with whatever Magento problem troubles you!