Magento.modulabs.com extensions shop

100+ Magento Extensions, Add-ons and Modules
SELECT SUM(order_items.qty_ordered) AS `ordered_qty`, `order_items`.`name` AS `order_items_name`, `order_items`.`product_id` AS `entity_id`, `e`.`entity_type_id`, `e`.`attribute_set_id`, `e`.`type_id`, `e`.`sku`, `e`.`has_options`, `e`.`required_options`, `e`.`created_at`, `e`.`updated_at`, `cat_index`.`position` AS `cat_index_position`, `price_index`.`price`, `price_index`.`tax_class_id`, `price_index`.`final_price`, IF(price_index.tier_price IS NOT NULL, LEAST(price_index.min_price, price_index.tier_price), price_index.min_price) AS `minimal_price`, `price_index`.`min_price`, `price_index`.`max_price`, `price_index`.`tier_price`, `e`.`name`, `e`.`short_description`, `e`.`price`, `e`.`special_price`, `e`.`special_from_date`, `e`.`special_to_date`, `e`.`small_image`, `e`.`thumbnail`, `e`.`news_from_date`, `e`.`news_to_date`, `e`.`tax_class_id`, `e`.`url_key`, `e`.`required_options`, `e`.`image_label`, `e`.`small_image_label`, `e`.`thumbnail_label`, `e`.`price_type`, `e`.`weight_type`, `e`.`price_view`, `e`.`shipment_type`, `e`.`links_purchased_separately`, `e`.`links_exist`, `e`.`is_imported`, `e`.`msrp_enabled`, `e`.`msrp_display_actual_price_type`, `e`.`msrp`, `e`.`product_buy_type` FROM `sales_flat_order_item` AS `order_items`
 INNER JOIN `sales_flat_order` AS `order` ON `order`.entity_id = order_items.order_id AND `order`.state <> 'canceled'
 LEFT JOIN `catalog_product_entity` AS `e` ON (e.type_id NOT IN ('grouped', 'configurable', 'bundle')) AND e.entity_id = order_items.product_id AND e.entity_type_id = 4
 INNER JOIN `catalog_category_product_index` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id='9' AND cat_index.visibility IN(2, 4) AND cat_index.category_id='222'
 INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.website_id = '2' AND price_index.customer_group_id = 0 AND ((price_index.store_id = 0) OR (price_index.store_id = '9')) WHERE (parent_item_id IS NULL) GROUP BY `order_items`.`product_id` HAVING (SUM(order_items.qty_ordered) > 0) ORDER BY `ordered_qty` desc LIMIT 4

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'e.name' in 'field list'

#0 /usr/home/shopss/public_html/includes/src/Varien_Db_Statement_Pdo_Mysql.php(110): Zend_Db_Statement_Pdo->_execute(Array)
#1 /usr/home/shopss/public_html/includes/src/__default.php(62209): Varien_Db_Statement_Pdo_Mysql->_execute(Array)
#2 /usr/home/shopss/public_html/includes/src/__default.php(51953): Zend_Db_Statement->execute(Array)
#3 /usr/home/shopss/public_html/includes/src/__default.php(52989): Zend_Db_Adapter_Abstract->query('SELECT SUM(orde...', Array)
#4 /usr/home/shopss/public_html/includes/src/__default.php(53795): Zend_Db_Adapter_Pdo_Abstract->query('SELECT SUM(orde...', Array)
#5 /usr/home/shopss/public_html/includes/src/__default.php(52208): Varien_Db_Adapter_Pdo_Mysql->query('SELECT SUM(orde...', Array)
#6 /usr/home/shopss/public_html/includes/src/__default.php(30577): Zend_Db_Adapter_Abstract->fetchAll('SELECT SUM(orde...', Array)
#7 /usr/home/shopss/public_html/includes/src/Mage_Eav_Model_Entity_Collection_Abstract.php(1045): Varien_Data_Collection_Db->_fetchAll('SELECT SUM(orde...')
#8 /usr/home/shopss/public_html/includes/src/Mage_Eav_Model_Entity_Collection_Abstract.php(869): Mage_Eav_Model_Entity_Collection_Abstract->_loadEntities(false, false)
#9 /usr/home/shopss/public_html/includes/src/Mage_Catalog_Block_Product_Bestsellers.php(61): Mage_Eav_Model_Entity_Collection_Abstract->load()
#10 /usr/home/shopss/public_html/includes/src/__default.php(2499): Mage_Catalog_Block_Product_Bestsellers->_beforeToHtml()
#11 /usr/home/shopss/public_html/includes/src/__default.php(26121): Mage_Core_Block_Abstract->toHtml()
#12 [internal function]: Mage_Core_Model_Email_Template_Filter->blockDirective(Array)
#13 /usr/home/shopss/public_html/includes/src/__default.php(25793): call_user_func(Array, Array)
#14 /usr/home/shopss/public_html/includes/src/__default.php(26432): Varien_Filter_Template->filter('

{{block type...') #15 /usr/home/shopss/public_html/includes/src/__default.php(10416): Mage_Core_Model_Email_Template_Filter->filter('

{{block type...') #16 /usr/home/shopss/public_html/includes/src/__default.php(2500): Mage_Cms_Block_Page->_toHtml() #17 /usr/home/shopss/public_html/includes/src/__default.php(2219): Mage_Core_Block_Abstract->toHtml() #18 /usr/home/shopss/public_html/includes/src/__default.php(2159): Mage_Core_Block_Abstract->_getChildHtml('cms_page', true) #19 /usr/home/shopss/public_html/includes/src/Mage_Page_Block_Html_Wrapper.php(52): Mage_Core_Block_Abstract->getChildHtml('', true, true) #20 /usr/home/shopss/public_html/includes/src/__default.php(2500): Mage_Page_Block_Html_Wrapper->_toHtml() #21 /usr/home/shopss/public_html/includes/src/__default.php(12950): Mage_Core_Block_Abstract->toHtml() #22 /usr/home/shopss/public_html/includes/src/__default.php(2500): Mage_Core_Block_Text_List->_toHtml() #23 /usr/home/shopss/public_html/includes/src/__default.php(2219): Mage_Core_Block_Abstract->toHtml() #24 /usr/home/shopss/public_html/includes/src/__default.php(2163): Mage_Core_Block_Abstract->_getChildHtml('content', true) #25 /usr/home/shopss/public_html/app/design/frontend/default/blank_seo/template/page/2columns-right.phtml(51): Mage_Core_Block_Abstract->getChildHtml('content') #26 /usr/home/shopss/public_html/includes/src/__default.php(3205): include('/usr/home/shops...') #27 /usr/home/shopss/public_html/includes/src/__default.php(3236): Mage_Core_Block_Template->fetchView('frontend/defaul...') #28 /usr/home/shopss/public_html/includes/src/__default.php(3250): Mage_Core_Block_Template->renderView() #29 /usr/home/shopss/public_html/includes/src/__default.php(2500): Mage_Core_Block_Template->_toHtml() #30 /usr/home/shopss/public_html/includes/src/__default.php(26967): Mage_Core_Block_Abstract->toHtml() #31 /usr/home/shopss/public_html/includes/src/__default.php(13344): Mage_Core_Model_Layout->getOutput() #32 /usr/home/shopss/public_html/includes/src/__default.php(10708): Mage_Core_Controller_Varien_Action->renderLayout() #33 /usr/home/shopss/public_html/includes/src/__default.php(10628): Mage_Cms_Helper_Page->_renderPage(Object(Mage_Cms_IndexController), 'home|22') #34 /usr/home/shopss/public_html/app/code/core/Mage/Cms/controllers/IndexController.php(45): Mage_Cms_Helper_Page->renderPage(Object(Mage_Cms_IndexController), 'home|22') #35 /usr/home/shopss/public_html/includes/src/__default.php(13373): Mage_Cms_IndexController->indexAction() #36 /usr/home/shopss/public_html/includes/src/__default.php(17629): Mage_Core_Controller_Varien_Action->dispatch('index') #37 /usr/home/shopss/public_html/includes/src/__default.php(17220): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http)) #38 /usr/home/shopss/public_html/includes/src/__default.php(19712): Mage_Core_Controller_Varien_Front->dispatch() #39 /usr/home/shopss/public_html/app/Mage.php(640): Mage_Core_Model_App->run(Array) #40 /usr/home/shopss/public_html/index.php(81): Mage::run('mage_en', 'store') #41 {main}