branko ajzele, senior developer / project manager

Posts / Articles

Retrieving product information in Magento

If you are developing Magento template sooner or later you will need to obtain some product information and rearrange it to fit your template. One of the most useful function while working with Magento is Mage::getModel($modelClass). Here is how you would use it to retrieve Magento product information Mage::getModel(‘catalog/product’);. This...

Magento product image change on color selection

This screencast guides you trough the process of creating a Magento product image change based on color selected in dropdown option. It uses simple jQuery to achieve this functionality. Sorry for not implementing the video player in site. I am having some minor issues with the wordpress flash player plugin. Hope to fix this soon. In a meantime you can download...