SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/fabrika_snov-simax-pyrex-ringel-risoli-iq.html' LIMIT 0,1 [0.00026702880859375 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('fabrika_snov','simax','pyrex','ringel','risoli','iq') order by url [0.00067615509033203 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('fabrika_snov','simax','pyrex','ringel','risoli','iq') order by url [0.00051498413085938 sec]
select id,url from pod_cat_brand where BINARY url = 'fabrika_snov-simax-pyrex-ringel-risoli-iq' [0.00086307525634766 sec]
select id,url from pod_cat_brand where url = 'fabrika_snov-simax-pyrex-ringel-risoli-iq' [0.00015401840209961 sec]
select id,url from pod_cat_brand where url in ('fabrika_snov','simax','pyrex','ringel','risoli','iq') [0.0003969669342041 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; CREATE TEMPORARY TABLE tmp_base_goods ( id INT NOT NULL PRIMARY KEY, brand_id INT, price DECIMAL(10,2), old_price DECIMAL(10,2), ordr INT, is_present TINYINT(1), sub_icon_id INT, fast_delivery TINYINT(1), is_new TINYINT(1), is_sale TINYINT(1), KEY idx_brand (brand_id) ) ENGINE=MEMORY [0.00021600723266602 sec]
INSERT INTO tmp_base_goods (id, brand_id, price, old_price, ordr, is_present, sub_icon_id, fast_delivery, is_new, is_sale) SELECT g.id, g.brand_id, g.price, g.old_price, g.ordr, g.is_present, g.sub_icon_id, g.fast_delivery, g.is_new, g.is_sale FROM pod_cat_good g WHERE g.cat_id IN (115) AND g.entry=0 AND g.is_active AND g.is_present_all_mods UNION SELECT g.id, g.brand_id, g.price, g.old_price, g.ordr, g.is_present, g.sub_icon_id, g.fast_delivery, g.is_new, g.is_sale FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.entry=0 AND g.is_active AND g.is_present_all_mods [0.083605051040649 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods; CREATE TEMPORARY TABLE tmp_sub_goods ( id INT NOT NULL PRIMARY KEY, entry INT NOT NULL, price DECIMAL(10,2), old_price DECIMAL(10,2), sub_icon_id INT, is_present TINYINT(1), fast_delivery TINYINT(1), is_new TINYINT(1), is_sale TINYINT(1), KEY idx_entry (entry) ) ENGINE=MEMORY [0.00037789344787598 sec]
INSERT INTO tmp_sub_goods (id, entry, price, old_price, sub_icon_id, is_present, fast_delivery, is_new, is_sale) SELECT go.id, go.entry, go.price, go.old_price, go.sub_icon_id, go.is_present, go.fast_delivery, go.is_new, go.is_sale FROM pod_cat_good go INNER JOIN tmp_base_goods t ON go.entry = t.id WHERE go.is_active AND go.is_present [0.00084590911865234 sec]
SELECT g.id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (99,2552,330,1415,2445,327) AND 1 [0.00018501281738281 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2ba1d423682 ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.00023293495178223 sec]
INSERT INTO temp_brand_counts_6a2ba1d423682 (id, gid) SELECT g.brand_id AS id, g.id AS gid /* cats:115 */ FROM tmp_base_goods g WHERE 1 UNION SELECT id, null gid FROM pod_cat_category WHERE id in (99,2552,330,1415,2445,327) [0.0017077922821045 sec]
SELECT b.id, b.name_ua AS name, pc.name_ua AS country, b.country_id, b.image_icon, b.url, b.ordr, pc.code, COALESCE(tc.count, 0) as count FROM pod_cat_brand b INNER JOIN ( SELECT id, COUNT(gid) as count FROM temp_brand_counts_6a2ba1d423682 GROUP BY id HAVING COUNT(gid) > 0 ) tc ON b.id = tc.id LEFT JOIN pod_country pc ON (pc.id = b.country_id AND pc.is_active = 1) WHERE b.is_active = '1' ORDER BY b.ordr [0.00061893463134766 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2ba1d423682 [0.00012898445129395 sec]
SELECT MIN(min_price) AS min_price, MAX(max_price) AS max_price FROM ( SELECT MIN(g.price) AS min_price, MAX(g.price) AS max_price /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (99,2552,330,1415,2445,327) AND g.is_present AND 1 UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (99,2552,330,1415,2445,327) AND 1 ) A [0.00029802322387695 sec]
SELECT g.id /* cats:115 */,if(g.is_present and g.price >= '476' and g.price <= '9425',least(g.price,ifnull(min(pcg.price),g.price)),ifnull(min(pcg.price),g.price)) min_sort_price, if(g.is_present and g.price >= '476' and g.price <= '9425',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) max_sort_price FROM tmp_base_goods g LEFT JOIN pod_cat_good pcg ON pcg.entry=g.id AND pcg.is_present=1 AND pcg.price >= '476' AND pcg.price <= '9425' WHERE g.id IN (480055,482423,482422,482421,482420,479409,479149,479147,455460,439598,283607,211763,211746,477644,477643,477641,470803,461342,461341,461340,461339,461338,438958,438957,438956,438941,438940,438939,438936,438929,438924,427009,427003,420451,420450,420449,420400,420399,420398,420396,420395,420394,420393,420392,420391,420389,400615,361872,361871,361870,355037,355036,355035,280291,280284,280282,280278,267067,244472,244471,244470,232361,232360,232359,232358,230436,215359,215358,215357,215356,463310,500376,500375,500374,500373,500372,486625,486624,486623,486622,486621,482332,482331,482330,482329,482328,482327,482324,482323,477648,477647,477646,477640,477639,477638,477637,477636,476576,476575,476574,476573,476572,471378,471374,471373,471372,471371,471356) GROUP BY g.id ORDER BY g.ordr desc LIMIT 0, 32 [0.0022549629211426 sec]
SELECT g.video, g.threedvideo, g.is_xit, g.is_action, g.is_sale, g.sub_is_action, g.is_new, g.is_pay_for_video, g.id, g.cat_id, g.name_ua AS name, g.name2_ua AS name2, g.descr, g.size_table, g.artikul, g.image_small, g.image_big, g.price, g.old_price, g.is_present, g.is_present_all_mods, g.sub_icon_id,g.url,g.ordr, g.last_items, g.fast_delivery, g.free_delivery, g.gift, g.timer, g.action_validity, b.name_ua AS brand_name,b.url as burl,b.id as bid, b.country AS brand_country,c.url as curl, c.name_ua AS cat_name, si.name_ua AS sub_icon_name,si.icon AS sub_icon, g.star, g.comment_id, if(g.is_present and g.price >= '476' and g.price <= '9425',least(g.price,ifnull(min(pcg.price),g.price)),ifnull(min(pcg.price),g.price)) as min_sort_price, if(g.is_present and g.price >= '476' and g.price <= '9425',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) as max_sort_price FROM pod_cat_good g INNER JOIN pod_cat_category c ON c.id=g.cat_id LEFT JOIN pod_cat_brand b ON b.id=g.brand_id LEFT JOIN pod_sub_icon si ON si.id=g.sub_icon_id LEFT JOIN pod_cat_good pcg ON (pcg.entry=g.id and pcg.is_present=1 and pcg.price >= '476' and pcg.price <= '9425') WHERE g.id in (480055,211746,280282,215357,215359,215358,215356,482421,280284,482420,232361,244470,230436,211763,420396,471378,482423,400615,463310,482329,283607,439598,479149,244471,438936,477641,420449,476575,486624,420393,471372,361870) GROUP BY g.id ORDER BY g.ordr desc [0.0018260478973389 sec]
SELECT g.ordr, g.is_xit, g.is_pay_for_video, g.is_action, g.is_sale, g.is_new, g.last_items, g.fast_delivery, g.free_delivery, g.gift, g.timer, g.action_validity, g.id, g.entry, g.name_ua AS name, g.price, g.old_price, g.artikul, g.sub_icon_id, g.is_present, si.name_ua AS sub_icon_name, si.icon AS sub_icon FROM pod_cat_good g LEFT JOIN pod_sub_icon si ON si.id = g.sub_icon_id WHERE g.entry IN (480055,211746,280282,215357,215359,215358,215356,482421,280284,482420,232361,244470,230436,211763,244471,283607,361870,400615,420393,420396,420449,439598,438936,463310,476575,471372,479149,471378,477641,482329,482423,486624) AND g.is_active = '1' ORDER BY g.entry, g.is_present DESC [0.0003809928894043 sec]
SELECT DISTINCT ggd2.good_id AS source_good_id, g.id, g.is_present_all_mods, pc.name_ua AS name, g.url, b.url as burl, c.url as curl, g.is_present, pc.code AS color_code, gg.group_type, gg.param_name, gg.param_name_ua, ggd.text_value, ggd.icon_path FROM pod_goods_group_goods ggd2 JOIN pod_goods_group_goods ggd ON ggd2.goods_group_id=ggd.goods_group_id JOIN pod_goods_group gg ON ggd.goods_group_id=gg.id JOIN pod_cat_good g ON g.id=ggd.good_id LEFT JOIN pod_cat_brand b ON g.brand_id=b.id LEFT JOIN pod_cat_category c ON g.cat_id=c.id LEFT JOIN pod_colors pc ON pc.id=ggd.color_id WHERE ggd2.good_id IN (480055,211746,280282,215357,215359,215358,215356,482421,280284,482420,232361,244470,230436,211763,244471,283607,361870,400615,420393,420396,420449,439598,438936,463310,476575,471372,479149,471378,477641,482329,482423,486624) ORDER BY ggd2.good_id, g.is_present_all_mods DESC [0.00301194190979 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (99,2552,330,1415,2445,327) [0.00014400482177734 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='99.2552.330.1415.2445.327' [0.00014615058898926 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84; CREATE TEMPORARY TABLE tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00021004676818848 sec]
INSERT INTO tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 (id) SELECT A.id FROM ( SELECT g.id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (99,2552,330,1415,2445,327) AND 1 ) A [0.00025105476379395 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84; CREATE TEMPORARY TABLE tmp_pairs_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00018692016601562 sec]
INSERT INTO tmp_pairs_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 115 INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 0 AND fm.is_active INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.015346050262451 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84; CREATE TEMPORARY TABLE tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00038290023803711 sec]
INSERT IGNORE INTO tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 p GROUP BY p.filter_id [0.00046896934509277 sec]
SELECT c.filter_id, c.count, f.entry, f.name_ua AS name, f.url, f.ord, fm.name_ua AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 c INNER JOIN pod_filter f ON c.filter_id = f.id INNER JOIN pod_filter fm ON f.entry = fm.id ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.00032401084899902 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 [0.0002739429473877 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 [0.00013303756713867 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d429a84 [9.7036361694336E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486; CREATE TEMPORARY TABLE tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00015902519226074 sec]
INSERT INTO tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (99,2552,330,1415,2445,327) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (99,2552,330,1415,2445,327) AND 1 ) A [0.00040316581726074 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486; CREATE TEMPORARY TABLE tmp_pairs_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00016999244689941 sec]
INSERT INTO tmp_pairs_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 115 INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 1 AND fm.is_active INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.0032830238342285 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486; CREATE TEMPORARY TABLE tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00021100044250488 sec]
INSERT IGNORE INTO tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 p GROUP BY p.filter_id [0.00026822090148926 sec]
SELECT c.filter_id, c.count, f.entry, f.name_ua AS name, f.url, f.ord, fm.name_ua AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 c INNER JOIN pod_filter f ON c.filter_id = f.id INNER JOIN pod_filter fm ON f.entry = fm.id ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.00028204917907715 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 [0.00022101402282715 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 [0.00010108947753906 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42e486 [9.9897384643555E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42fe1d; CREATE TEMPORARY TABLE tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42fe1d ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.0001988410949707 sec]
INSERT IGNORE INTO tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42fe1d (entry, sub_icon_id) SELECT DISTINCT A.entry, A.sub_icon_id FROM ( SELECT g.id as id, g.id as entry, g.sub_icon_id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (99,2552,330,1415,2445,327) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry, go.sub_icon_id /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (99,2552,330,1415,2445,327) AND 1 ) A [0.00040102005004883 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42fe1d; CREATE TEMPORARY TABLE tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42fe1d ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00015997886657715 sec]
INSERT IGNORE INTO tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42fe1d (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42fe1d A INNER JOIN pod_sub_icon si ON A.sub_icon_id = si.id AND si.is_active_filter = 1 ) AA GROUP BY sub_icon_id [0.00028395652770996 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42fe1d c INNER JOIN pod_sub_icon si ON c.sub_icon_id = si.id AND si.is_active_filter = 1 ORDER BY si.ordr, si.name [0.00021195411682129 sec]
----------------------------- EXPLAIN SELECT DISTINCT gf.id_good AS goods_id, gf.filter_id_value AS filter_id FROM pod_good_filter gf USE INDEX (idx_filter_composite) INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 3 INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 0 AND fm.is_active INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active INNER JOIN tmp_base_goods t ON gf.id_good = t.id WHERE gf.cat_id IN (3,365,18,34,82,158,205,263,332,363,471,1881,3489,16,17,62,76,2927,95,35,99,49,81,72,469,552,2973,102,104,103,3014,202,3019,1149,319,247,299,2078,2237,2630,1052,1092,19,211,213,334,337,80,556,140,1039,689); [0.00031518936157227 sec]
Array ( [0] => Array ( [id] => 1 [select_type] => SIMPLE [table] => cf [type] => ref [possible_keys] => filter_id,category_id [key] => category_id [key_len] => 4 [ref] => const [rows] => 4 [Extra] => Using temporary ) [1] => Array ( [id] => 1 [select_type] => SIMPLE [table] => fm [type] => eq_ref [possible_keys] => PRIMARY,is_active,is_split [key] => PRIMARY [key_len] => 4 [ref] => pillow_db_test.cf.filter_id [rows] => 1 [Extra] => Using where ) [2] => Array ( [id] => 1 [select_type] => SIMPLE [table] => f [type] => ALL [possible_keys] => PRIMARY,is_active [key] => [key_len] => [ref] => [rows] => 3506 [Extra] => Using where; Using join buffer (flat, BNL join) ) [3] => Array ( [id] => 1 [select_type] => SIMPLE [table] => gf [type] => ref [possible_keys] => idx_filter_composite [key] => idx_filter_composite [key_len] => 4 [ref] => pillow_db_test.f.id [rows] => 177 [Extra] => Using index condition; Using where ) [4] => Array ( [id] => 1 [select_type] => SIMPLE [table] => t [type] => eq_ref [possible_keys] => PRIMARY [key] => PRIMARY [key_len] => 4 [ref] => pillow_db_test.gf.id_good [rows] => 1 [Extra] => Distinct ) ) /n-----------------------------/n DROP TEMPORARY TABLE IF EXISTS tmp_A_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42fe1d [0.00020384788513184 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_iiseolk091p9j4fhbe56khkm9o_6a2ba1d42fe1d [0.0001368522644043 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods [0.00013494491577148 sec]
Низькі ціни на Каструлі фабрика снів ... IQ (фaбрикa снів ... ІQ) - великий вибір, фото. Купити Каструлі фабрика снів ... IQ (фaбрикa снів ... ІQ) в Києві і Україні

DEVELOPMENT🌷ЗНИЖКИ ДО 70%

ПЕРЕЙТИ

Каструлі фабрика снів ... IQ

Каструля скляна з кришкою 2 л Nyko Simax s6073
Каструля скляна з кришкою 2 л Nyko Simax s6073
Код: 480055
delivary icon

Виробник: Simax (Чехия)

Ціна:
556 грн
Каструля скляна Pyrex Classic кругла 4.9 л 118A000
Каструля скляна Pyrex Classic кругла 4.9 л 118A000
Код: 211746

Виробник: Pyrex (Франция)

Ціна:
1 105 грн
Каструля з кришкою Ringel Meyer 2.3 л 18 см RG-2008-18 - 30 %
Каструля з кришкою Ringel Meyer 2.3 л 18 см RG-2008-18
Код: 280282

Виробник: Ringel (Германия)

Ціна:
684 грн 978 грн
Каструля Bonn (4.7 л) 22 см Ringel RG-2003-22
Каструля Bonn (4.7 л) 22 см Ringel RG-2003-22
Код: 215357

Виробник: Ringel (Германия)

Ціна:
1 206 грн
Каструля Bonn Ringel 2,6 л 18 см RG-2003-18
Каструля Bonn Ringel 2,6 л 18 см RG-2003-18
Код: 215359

Виробник: Ringel (Германия)

Ціна:
890 грн
Каструля Bonn Ringel 3,6 л 20 см RG-2003-20
Каструля Bonn Ringel 3,6 л 20 см RG-2003-20
Код: 215358

Виробник: Ringel (Германия)

Ціна:
1 006 грн
Каструля Bonn (6.1 л) 24 см Ringel RG-2003-24
Каструля Bonn (6.1 л) 24 см Ringel RG-2003-24
Код: 215356

Виробник: Ringel (Германия)

Ціна:
1 354 грн
Ківш із кришкою 18 см Cook Care Pyrex CR18AP6/8044
Ківш із кришкою 18 см Cook Care Pyrex CR18AP6/8044
Код: 482421

Виробник: Pyrex (Франция)

Ціна:
1 775 грн
Каструля з кришкою Ringel Meyer 4.2 л 22 см RG-2008-22 - 30 %
Каструля з кришкою Ringel Meyer 4.2 л 22 см RG-2008-22
Код: 280284

Виробник: Ringel (Германия)

Ціна:
832 грн 1 188 грн
Ківш із кришкою 16 см Cook Care Pyrex CR16AP6/8044
Ківш із кришкою 16 см Cook Care Pyrex CR16AP6/8044
Код: 482420

Виробник: Pyrex (Франция)

Ціна:
1 575 грн
Ківш Ringel Kinder 14 см 1.0 л з кришкою RG-4006-14 - 30 %
Ківш Ringel Kinder 14 см 1.0 л з кришкою RG-4006-14
Код: 232361

Виробник: Ringel (Германия)

Ціна:
548 грн 782 грн
Каструля Ringel Dresden 26 см 9 л з кришкою RG-2011-26 - 30 %
Каструля Ringel Dresden 26 см 9 л з кришкою RG-2011-26
Код: 244470

Виробник: Ringel (Германия)

Ціна:
1 318 грн 1 882 грн
Каструля з кришкою Ringel Zitrone 24x12 см 4.2л RG-2108-24 / 1
Каструля з кришкою Ringel Zitrone 24x12 см 4.2л RG-2108-24 / 1
Код: 230436

Виробник: Ringel (Германия)

Ціна:
2 424 грн
Ківш з кришкою 16 см Expert Touch Pyrex ET16APX/7644
Ківш з кришкою 16 см Expert Touch Pyrex ET16APX/7644
Код: 211763

Виробник: Pyrex (Франция)

Ціна:
1 885 грн
Каструля Ringel Dresden 28 см 11 л з кришкою RG-2011-28 - 30 %
Каструля Ringel Dresden 28 см 11 л з кришкою RG-2011-28
Код: 244471

Виробник: Ringel (Германия)

Ціна:
1 524 грн 2 176 грн
Каструля чавунна кругла 6.3 л Slow Cook grey Pyrex SC4AC28/6641
Каструля чавунна кругла 6.3 л Slow Cook grey Pyrex SC4AC28/6641
Код: 283607

Виробник: Pyrex (Франция)

Ціна:
8 665 грн
Каструля з кришкою 3.0 л 18 см Riegel Ringel RG 2016-18
Каструля з кришкою 3.0 л 18 см Riegel Ringel RG 2016-18
Код: 361870

Виробник: Ringel (Германия)

Ціна:
918 грн
Ківш із кришкою Ringel Expert 16 см 1.6л RG 4018-16 - 30 %
Ківш із кришкою Ringel Expert 16 см 1.6л RG 4018-16
Код: 400615

Виробник: Ringel (Германия)

Ціна:
848 грн 1 210 грн
Каструля з кришкою Ringel Fusion 16см 1.9л RG-2020-16
Каструля з кришкою Ringel Fusion 16см 1.9л RG-2020-16
Код: 420393

Виробник: Ringel (Германия)

Ціна:
1 232 грн
Каструля з кришкою Ringel Fusion 22см 4.7л RG-2020-22
Каструля з кришкою Ringel Fusion 22см 4.7л RG-2020-22
Код: 420396

Виробник: Ringel (Германия)

Ціна:
1 774 грн
Каструля з кришкою Ringel Expert 18см 2.5л RG-2018-18
Каструля з кришкою Ringel Expert 18см 2.5л RG-2018-18
Код: 420449

Виробник: Ringel (Германия)

Ціна:
1 140 грн
Каструля чавунна з кришкою овальна Pyrex Slow Cook grey 5,8 л SC4AC33/6641
Каструля чавунна з кришкою овальна Pyrex Slow Cook grey 5,8 л SC4AC33/6641
Код: 439598

Виробник: Pyrex (Франция)

Ціна:
9 425 грн
Каструля з кришкою Ringel Hanover 20 см 3.5 л RG-2005/1-20
Каструля з кришкою Ringel Hanover 20 см 3.5 л RG-2005/1-20
Код: 438936

Виробник: Ringel (Германия)

Ціна:
1 148 грн
Каструля з кришкою діам.20см "Optima" 000097/20tp0 RISOLI
Каструля з кришкою діам.20см "Optima" 000097/20tp0 RISOLI
Код: 463310

Виробник: Risoli (Италия)

Ціна:
2 910 грн
Каструля з кришкою 22 см 4,6 л Be Creative IQ IQ-2050-22 - 18 %
Каструля з кришкою 22 см 4,6 л Be Creative IQ IQ-2050-22
Код: 476575

Виробник: IQ (КНР)

Ціна:
1 719 грн 2 099 грн
Каструля з кришкою 3.3 л 20 см Be Traditional IQ IQ-2046-20
Каструля з кришкою 3.3 л 20 см Be Traditional IQ IQ-2046-20
Код: 471372

Виробник: IQ (КНР)

Ціна:
1 739 грн
Каструля з кришкою прямокутна 4.4 л 2.3 л Pyrex 466A000/8443 - 17 %
Каструля з кришкою прямокутна 4.4 л 2.3 л Pyrex 466A000/8443
Код: 479149

Виробник: Pyrex (Франция)

Ціна:
834 грн 999 грн
Каструля із кришкою 22 см 4,4 л Be Trendy IQ IQ-2044-22
Каструля із кришкою 22 см 4,4 л Be Trendy IQ IQ-2044-22
Код: 471378

Виробник: IQ (КНР)

Ціна:
2 939 грн
Каструля з кришкою 3.1 л 18 см Salsa Ringel RG-2034-18
Каструля з кришкою 3.1 л 18 см Salsa Ringel RG-2034-18
Код: 477641

Виробник: Ringel (Германия)

Ціна:
1 176 грн
Каструля з кришкою 28 см 6.4 л Be Simple IQ IQ-2049-28
Каструля з кришкою 28 см 6.4 л Be Simple IQ IQ-2049-28
Код: 482329

Виробник: IQ (КНР)

Ціна:
2 715 грн
Ківш із кришкою 18 см Optima Pyrex OT18AP6/8044
Ківш із кришкою 18 см Optima Pyrex OT18AP6/8044
Код: 482423

Виробник: Pyrex (Франция)

Ціна:
1 699 грн
Каструля із кришкою 22 см 4,2 л Be Smart IQ IQ-2053-22
Каструля із кришкою 22 см 4,2 л Be Smart IQ IQ-2053-22
Код: 486624

Виробник: IQ (КНР)

Ціна:
2 059 грн
1 2 3 4