/ Published in: PHP
URL: http://blog.chapagain.com.np/magento-get-country-and-region-collection/
Expand |
Embed | Plain Text
/** * Get region collection * @param string $countryCode * @return array */ public function getRegionCollection($countryCode) { $regionCollection = Mage::getModel('directory/region_api')->items($countryCode); return $regionCollection; }
You need to login to post a comment.
