Kostenlose Lieferung auf Bestellungen im Wert von über € 150,-. 14 Tage Rückgaberecht.
Startseite
SELECT `e`.*, `cat_index`.`position` AS `cat_index_position`, `stock_status_index`.`stock_status` AS `is_salable` 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=2
INNER JOIN `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (`e`.`entity_id` IN('515', '427', '21156', '20673', '21424', '20578', '1204', '21872', '20889', '22474', '22600', '20879', '20605', '21261', '20695')) ORDER BY `e`.`entity_id` DESC
LIMIT 20
Highlights an Bord
Eine Auswahl unserer beliebtesten Produkte
Produkte
Alle Produkte auf einen Blick
Es gibt keine Produkte, die der Auswahl entsprechen.
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`, `stock_status_index`.`stock_status` AS `is_salable` 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=2
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 `cataloginventory_stock_status` AS `stock_status_index` ON e.entity_id = stock_status_index.product_id WHERE (e.entity_id IN((SELECT `cat`.`product_id` FROM `catalog_category_product` AS `cat` WHERE (cat.category_id IN('2', '17', '37', '20', '21', '32', '8', '18', '33', '34', '35', '36', '9', '10', '11', '12', '13', '14', '22', '26', '27', '28', '29', '30', '25', '24', '23', '15', '31'))))) AND (price_index.final_price < price_index.price) ORDER BY `e`.`created_at` desc, `e`.`entity_id` DESC
LIMIT 8