wer_ru Posted March 16, 2015 Share Posted March 16, 2015 Hello every one I have a problem with manufacture block. If I click on a manufacture I got Unknown column 'product_attribute_shop.id_product_attribute' in 'field list' full error SELECT p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, MAX(product_attribute_shop.`id_product_attribute`) id_product_attribute , pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`, MAX(image_shop.`id_image`) id_image, il.`legend`, m.`name` AS manufacturer_name, DATEDIFF( product_shop.`date_add`, DATE_SUB( NOW(), INTERVAL 0 DAY ) ) > 0 AS new FROM `ps_product` p INNER JOIN ps_product_shop product_shop ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 1 AND pl.id_shop = 1 ) LEFT JOIN `ps_image` i ON (i.`id_product` = p.`id_product`) LEFT JOIN ps_image_shop image_shop ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1 AND image_shop.cover=1) LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1) LEFT JOIN `ps_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`) LEFT JOIN ps_stock_available stock ON (stock.id_product = p.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )JOIN `ps_category_product` cp ON (p.id_product = cp.id_product)JOIN `ps_category` ca ON cp.`id_category` = ca.`id_category` AND ca.`active` = 1 WHERE p.`id_manufacturer` = 3 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") GROUP BY product_shop.id_product ORDER BY pl.`name` asc LIMIT 0,30 Link to comment Share on other sites More sharing options...
wer_ru Posted March 16, 2015 Author Share Posted March 16, 2015 my mistake! I swithch off combination in Productivety 1 Link to comment Share on other sites More sharing options...
constantina Posted April 5, 2015 Share Posted April 5, 2015 Hi, Thanks for solution. I think this is still a bug since I want to switch off combinations. Whatever, my problem was "no products for this manufacturer" warning when clicked on a manufacturer with products. I was lost in codes and .php files for days, but now it is solved. Many Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts