The store will not work correctly in the case when cookies are disabled.
Close
Diese Webseite verwendet Cookies, um bestimmte Funktionen zu ermöchen und das Angebot zu verbessern. Indem Sie hier fortfahren, stimmen Sie der Nutzung von Cookies zu. Read more
SELECT `e`.*, `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`, IFNULL(review_summary.reviews_count, 0) AS `reviews_count`, IFNULL(review_summary.rating_summary, 0) AS `rating_summary`, `stock_status_index`.`is_salable`, IFNULL(empfehlung_option_value_t2.option_id, empfehlung_option_value_t1.option_id) AS `empfehlung`, IFNULL(empfehlung_option_value_t2.value, empfehlung_option_value_t1.value) AS `empfehlung_value`, IFNULL(empfehlung_option_t1.sort_order, 0) AS `empfehlung_order` FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_category_product_index_store1` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=1 AND cat_index.visibility IN(2, 4) AND cat_index.category_id=20697 INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = '1' INNER JOIN `temp_5ebb436cad2ca65381660092101d8ed90ca5edae` AS `search_result` ON `e`.`entity_id` = `search_result`.`entity_id` LEFT JOIN `review_entity_summary` AS `review_summary` ON e.entity_id = review_summary.entity_pk_value AND review_summary.store_id = 1 AND review_summary.entity_type = (SELECT `review_entity`.`entity_id` FROM `review_entity` WHERE (entity_code = 'product')) INNER JOIN `catalog_product_entity` AS `product` ON product.entity_id = e.entity_id LEFT JOIN `inventory_stock_2` AS `stock_status_index` ON product.sku = stock_status_index.sku LEFT JOIN `catalog_product_entity_int` AS `empfehlung_t1` ON e.entity_id=empfehlung_t1.entity_id AND empfehlung_t1.attribute_id='202' AND empfehlung_t1.store_id=0 LEFT JOIN `catalog_product_entity_int` AS `empfehlung_t2` ON e.entity_id=empfehlung_t2.entity_id AND empfehlung_t2.attribute_id='202' AND empfehlung_t2.store_id='1' LEFT JOIN `eav_attribute_option_value` AS `empfehlung_option_value_t1` ON empfehlung_option_value_t1.option_id=IF(empfehlung_t2.value_id > 0, empfehlung_t2.value, empfehlung_t1.value) AND empfehlung_option_value_t1.store_id=0 LEFT JOIN `eav_attribute_option_value` AS `empfehlung_option_value_t2` ON empfehlung_option_value_t2.option_id=IF(empfehlung_t2.value_id > 0, empfehlung_t2.value, empfehlung_t1.value) AND empfehlung_option_value_t2.store_id=1 LEFT JOIN `eav_attribute_option` AS `empfehlung_option_t1` ON empfehlung_option_t1.option_id=IF(empfehlung_t2.value_id > 0, empfehlung_t2.value, empfehlung_t1.value) ORDER BY `empfehlung_order` ASC, `e`.`entity_id` DESC, `e`.`entity_id` ASC LIMIT 30