I can get the following countries:
$countryCollection = Mage::getModel('directory/country')->getResourceCollection()->loadByStore();
And they are listed somewhere in the object, but, how do I toOptionsArray it toOptionsArray ?
After that I will use only the parameters on the website , and not the complete list, for example, ie I want Angola, Antarctica, etc. From the list. (Sorry, angola and penguins.)
source share