Quantcast
Channel: Amjath.com
Viewing all articles
Browse latest Browse all 14

Get Region name from RegionId in Magento

$
0
0

Use the below code to get the Region name from RegionId in Magento in magento

$region = Mage::getModel('directory/region')->load('region_id');
$regionName = $regionModel->getName();

Cheers!
Amjath


Viewing all articles
Browse latest Browse all 14

Trending Articles