We've been developing several different Magento-based sites here at Chepri recently. Below are some links that have come in handy when developing custom modules and needing to retrieve aspects relating to attributes/products.
- - Get Products with a specific attribute value
- - Retrieving the country and region(states) collection
- - This is a great little shortcut/extension to use when you first start out creating a custom module.
**NOTE** If the module has custom parts in the admin area you'll have to create an adminhtml.xml file in the etc folder if the module is for 1.4.X and above. - - How to add color swatches to your product pages/attributes.
Web Development