Produse

Combina frigorifica incorporabila Beko BCHA306E4SN, 289 L, Clasa A++ (Alb)

Brand: Beko Produs vandut de: evomag.ro

2.39999 Lei

HarvestFresh   Inspirat de lumina solara , prospetime naturala. Tehnologia inovatoare in 3 culori simuleaza ciclul natural de lumina solara in compartiment, pentru a pastra vitaminele din fructe si legume pentru o perioada mai lunga*.    Conform testarilor realizate de Intertek, pe baza rosiilor, ardeilor, morcovilor, spanacului si telinei expuse direct tehnologiei, comparativ ziua 0 si ziua 5.     Compressor ProSmart Inverter   Compresorul ProSmart Inverter asigura o functionare ultra-silentioasa la cele mai ridicate standarde de eficienta energetica. Proiectate tehnologic pentru a beneficia de durabilitate maxima in utilizare, aparatele frigorifice dotate cu ProSmart Inverter beneficiaza de 10 ani garantie la compresor.     Sistem de racire No Frost   Datorita acestei inovatii, temperatura optima se mentine permanent, iar tehnologia No Frost impiedica formarea ghetii in congelator.     Compartiment 0°C   Compartiment cu temperatura de Zero Grade, ideal pentru carne proaspata, peste si alimente cu o durata de viata mai scurta. Perfect pentru alimentele perisabile!     Cooling Fan   Datorita ventilatorului montat in compartimentul racitor, aerul rece va fi distribuit uniform in interiorul aparatului si, totodata, va asigura performante mai bune de racire.     Cutie legume si fructe   Un compartiment spatios, destinat pastrarii fructelor si legumelor in cele mai bune conditii.     XXL Bottle Holder   Raft special pentru sticlele si recipientele cilindrice de dimensiuni mari.     LED lighting   Asigura iluminarea optima, fara a incarca factura la energie electrica. Iluminare economica si performanta.     Zona 0°-3°C   Aparatul frigorific este prevazut cu o zona speciala deasupra compartimentului de legume si fructe, zona in care temperatura este cuprinsa intre 0°C - 3°C si este ideala pentru carne proaspata, peste si alimente cu o durata de viata mai scurta. Perfect pentru alimentele perisabile!     Usi reversibile   Directia in care se deschid usile frigiderului poate fi schimbata, in functie de restrictiile spatiului. Usile pot fi montate in partea stanga sau in dreapta datorita designului inovativ si a balamalelor laterale suplimentare.     Sliding Hinge   Cu ajutorul sistemului de balamale culisante, asiguram un nivel maxim de protectie si izolare. Inchidere perfect etansa si protectie completa pentru ca tu sa te bucuri de preparate proaspete in fiecare zi.     Functie racire rapida   Tehnologia de racire rapida permite racirea bauturilor in doar 15 minute. Compartimentul este ideal pentru racirea a 4 doze sau a unei sticle de 1.5 litri.   Combina frigorifica incorporabila Beko BCHA306E4SN, 289 L, Clasa A++ (Alb) Beko [ continua sa citesti.. ]

Pentru a vedea toate detaliile despre acest produs vei fi directionat catre pagina de pe evomag.ro unde vei vedea caracteristici, specificatii si informatii complete despre

Combina frigorifica incorporabila Beko BCHA306E4SN, 289 L, Clasa A++ (Alb) Beko

Poate te intereseaza si:
Total time 0.162 seconds | Total queries:173
Time Count Query
0.03801s 1 SELECT DISTINCT p.product_id, (p.quantity > <number>) as stock, p.price, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '...' GROUP BY r1.product_id) AS rating, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '...' AND pd2.quantity = '...' AND ((pd2.date_start = '...' OR pd2.date_start < NOW()) AND (pd2.date_end = '...' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT <number>) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '...' AND ((ps.date_start = '...' OR ps.date_start < NOW()) AND (ps.date_end = '...' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT <number>) AS special FROM oc_product_to_category p2c LEFT JOIN oc_product p ON (p2c.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '...' AND p.status = '...' AND p.date_available <= NOW() AND p2s.store_id = '...' AND p2c.category_id=<number> AND p.product_id != <number> GROUP BY p.product_id ORDER BY CASE WHEN special IS NOT NULL THEN ABS(<number>.<number> - special) ELSE ABS(<number>.<number> - p.price) END ASC, stock DESC, LCASE(pd.name) ASC LIMIT <number>
0.01210s 14 SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '...' AND pd2.quantity = '...' AND ((pd2.date_start = '...' OR pd2.date_start < NOW()) AND (pd2.date_end = '...' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT <number>) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '...' AND ((ps.date_start = '...' OR ps.date_start < NOW()) AND (ps.date_end = '...' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT <number>) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '...') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '...') AS stock_status, (SELECT wcd.unit FROM oc_weight_class_description wcd WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '...') AS weight_class, (SELECT lcd.unit FROM oc_length_class_description lcd WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '...') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '...' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total FROM oc_review r2 WHERE r2.product_id = p.product_id AND r2.status = '...' GROUP BY r2.product_id) AS reviews, p.sort_order FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id) LEFT JOIN oc_manufacturer m ON (p.manufacturer_id = m.manufacturer_id) WHERE p.product_id = '...' AND pd.language_id = '...' AND p.status = '...' AND p.date_available <= NOW() AND p2s.store_id = '...'
0.00886s 53 SELECT * FROM oc_url_alias WHERE `query` = '...'
0.00442s 53 SELECT keyword FROM oc_url_alias WHERE `query` = '...'
0.00127s 4 SELECT * FROM oc_cart WHERE api_id = '...' AND customer_id = '...' AND session_id = '...'
0.00106s 3 SELECT * FROM oc_url_alias WHERE keyword = '...' OR keyword = '...'
0.00092s 4 SELECT * FROM oc_extension WHERE `type` = '...'
0.00047s 2 SELECT DISTINCT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '...' AND cd.language_id = '...' AND c2s.store_id = '...' AND c.status = '...'
0.00041s 4 SELECT * FROM oc_product_to_layout WHERE product_id = '...' AND store_id = '...'
0.00036s 1 SELECT r.review_id, r.author, r.rating, r.text, p.product_id, pd.name, p.price, p.image, r.date_added FROM oc_review r LEFT JOIN oc_product p ON (r.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id) WHERE p.product_id = '...' AND p.date_available <= NOW() AND p.status = '...' AND r.status = '...' AND pd.language_id = '...' ORDER BY r.date_added DESC LIMIT <number>,<number>
0.00036s 1 SELECT * FROM `oc_setting` WHERE store_id = '...' OR store_id = '...' ORDER BY store_id ASC
0.00031s 1 SELECT redirect, language_id FROM oc_url_redirect WHERE query = '...' OR query = '...' LIMIT <number>
0.00030s 1 SELECT * FROM oc_url_alias WHERE keyword = '...'
0.00028s 1 SELECT category_id FROM oc_product_to_category WHERE product_id = '...'
0.00028s 1 UPDATE oc_product SET viewed = (viewed + <number>) WHERE product_id = '...'
0.00027s 1 SELECT date_start, date_end FROM oc_product_special ps WHERE ps.product_id = '...' AND ps.customer_group_id = '...' AND ((ps.date_start = '...' OR ps.date_start < NOW()) AND (ps.date_end = '...' OR ps.date_end > NOW()))
0.00026s 4 SELECT * FROM oc_layout_route WHERE '...' LIKE route AND store_id = '...' ORDER BY route DESC LIMIT <number>
0.00026s 1 DELETE FROM oc_cart WHERE (api_id > '...' OR customer_id = '...') AND date_added < DATE_SUB(NOW(), INTERVAL <number> HOUR)
0.00026s 4 SELECT * FROM oc_layout_module WHERE layout_id = '...' AND position = '...' ORDER BY sort_order
0.00026s 1 SELECT ag.attribute_group_id, agd.name FROM oc_product_attribute pa LEFT JOIN oc_attribute a ON (pa.attribute_id = a.attribute_id) LEFT JOIN oc_attribute_group ag ON (a.attribute_group_id = ag.attribute_group_id) LEFT JOIN oc_attribute_group_description agd ON (ag.attribute_group_id = agd.attribute_group_id) WHERE pa.product_id = '...' AND agd.language_id = '...' GROUP BY ag.attribute_group_id ORDER BY ag.sort_order, agd.name
0.00024s 1 SELECT * FROM oc_product_option po LEFT JOIN `oc_option` o ON (po.option_id = o.option_id) LEFT JOIN oc_option_description od ON (o.option_id = od.option_id) WHERE po.product_id = '...' AND od.language_id = '...' ORDER BY o.sort_order
0.00023s 1 SELECT rd.* FROM oc_product_recurring pr JOIN oc_recurring_description rd ON (rd.language_id = <number> AND rd.recurring_id = pr.recurring_id) JOIN oc_recurring r ON r.recurring_id = rd.recurring_id WHERE pr.product_id = <number> AND status = '...' AND pr.customer_group_id = '...' ORDER BY sort_order ASC
0.00022s 1 SELECT * FROM oc_product_image WHERE product_id = '...' ORDER BY sort_order ASC
0.00021s 1 SELECT date_end FROM oc_product_special WHERE product_id = '...'
0.00021s 1 SELECT * FROM oc_product_discount WHERE product_id = '...' AND customer_group_id = '...' AND quantity > <number> AND ((date_start = '...' OR date_start < NOW()) AND (date_end = '...' OR date_end > NOW())) ORDER BY quantity ASC, priority ASC, price ASC
0.00020s 1 SELECT category_id FROM oc_category_path WHERE category_id=path_id AND category_id IN(<number>) ORDER BY level DESC LIMIT <number>
0.00019s 1 SELECT date_modified FROM oc_review WHERE product_id = '...' AND status = '...' ORDER BY date_modified DESC LIMIT <number>
0.00013s 2 SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority FROM oc_tax_rule tr1 LEFT JOIN oc_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id) INNER JOIN oc_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id) LEFT JOIN oc_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id) LEFT JOIN oc_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id) WHERE tr1.based = '...' AND tr2cg.customer_group_id = '...' AND z2gz.country_id = '...' AND (z2gz.zone_id = '...' OR z2gz.zone_id = '...') ORDER BY tr1.priority ASC
0.00013s 1 SELECT * FROM oc_currency
0.00012s 1 SELECT * FROM oc_information i LEFT JOIN oc_information_description id ON (i.information_id = id.information_id) LEFT JOIN oc_information_to_store i2s ON (i.information_id = i2s.information_id) WHERE id.language_id = '...' AND i2s.store_id = '...' AND i.status = '...' ORDER BY i.sort_order, LCASE(id.title) ASC
0.00011s 1 SELECT * FROM `oc_event` WHERE `trigger` LIKE '...' AND status = '...' ORDER BY `event_id` ASC
0.00009s 1 SELECT `key`, `value`, `serialized` FROM oc_setting WHERE store_id = '...' AND `code` = '...' AND `key` not like '...' AND `key` not like '...'
0.00008s 1 SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '...'
0.00007s 1 SELECT * FROM oc_store WHERE REPLACE(`ssl`, '...', '...') = '...'
0.00007s 1 SELECT * FROM oc_url_alias u left join oc_category c on c.category_id = REPLACE(u.query, '...', '...') WHERE u.keyword = '...' AND c.parent_id = '...'
0.00007s 1 SELECT * FROM oc_length_class mc LEFT JOIN oc_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id) WHERE mcd.language_id = '...'
0.00007s 1 SELECT * FROM oc_weight_class wc LEFT JOIN oc_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id) WHERE wcd.language_id = '...'