4 Answers
How do I remove certain States from state/region list at Checkout or registration in magento 1.6
In Magento 1.5 I was using a local modified version of Collection.php to exclude certain states from the drop down list to determine the shipping state as well as the state drop down to add new addresses. The file was located in Mage > Directory > Model > Mysql4 > Region.
Now in Magento 1.6 this is broken. Is there now a more straight forward way to exclude states? Or is there a different file that I need to copy to my local folder and modify now? Any help would be greatly appreciated.
Thank You.
