Shell script for converting configurable to grouped products
A couple of weeks ago my colleague Attila Fabrik and I had a really complex but interesting task. We had to develop a shell script that converts configurable products to grouped products. Our Magento...
View ArticleProgrammatically create upsell, cross sell and related products in Magento
This article will explain how to add upsell, cross sell and related products programmatically to Magento. One of practical examples would be data migration from some other ecommerce system to Magento....
View ArticleAdd custom image field for custom options
We had a request from a client who wanted to display images for custom options. In this article, I’ll explain how to add the image field to the custom option in admin. Create new module...
View ArticleUsing Zend for intensive data processing
Sometimes there are cases where a lot of data processing needs to be done and using Magento models and resources is either too slow or too intensive for your solution. This is when Zend framework on...
View Article