Tim Bezhashvyly

Former Magento, WordPress and osCommerce developer at Openstream.

Magento Extension to List Bestsellers, Specials, All Products or Products by Specific Attribute

For some reasons Magento doesn’t have generic functionality to list best selling products, all products with discounted prices (specials), all products in the inventory in general or products with specific attributes (like all products of a specific manufacturer). All those listings share almost the same functionality so I decided to combine them into one Magento

Magento Extension to List Bestsellers, Specials, All Products or Products by Specific Attribute Weiter lesen »

How 3rd Party Extensions Can Ruin Your Magento Upgrade

You may say «Nah, I’m not that stupid. I disabled all extensions before I messed up with this bloody thing called Magento upgrade. I’m not even that stupid to disable them in Admin –> System –> Configuration –> Advanced –> Advanced. I disabled them deadly by turning the `active` XML node of their bootstrap files

How 3rd Party Extensions Can Ruin Your Magento Upgrade Weiter lesen »

Magento-logo

Adding A New Tab To Magento Admin Dashboard

By default you can see «Orders» and «Amounts» tabs at the top-right of Magento administrator’s dashboard. It turned out it is not quite easy to add another one. All tabs in Magento admin (tabs at the product management, order management and apparently dashboard tabs) are widget blocks controlled by Mage_Adminhtml_Block_Widget_Tabs class. This class contains various

Adding A New Tab To Magento Admin Dashboard Weiter lesen »