How To Add New Country In Magento
Its very easy to add new country in magento just follow the the steps given below and your are done with it Step1: Open
lib/zend/locale/data/en.xml Step2: Locate territories tag in this file Step3: copy one of territory tags for the syntax and paste it within the territories tag Step4: hard part here is to add country code in this file as might not be able to find a unique one, so it’s upto you. Step5: Save this file Step6: Open table name directory_country Step7: It has predefined syntax follow then same and create a new row and enter the same country code as entered in the en.xml file in 3 columns. Step7: Refresh the site’s cache. Step8: Admin > Configuration > General this new country should be selected in list of allowed countries.
Thanks a lot for trying to explain the terminlogy to the starters!
How about adding Region/State to a particular country?