Produse
Oferta -30%
Bandana baietei Chicco alb cu bleu 40 Bandana baietei Chicco alb cu bleu 40

Bandana baietei Chicco alb cu bleu 40

Brand: Chicco Produs vandut de: Chicco.ro

4990 Lei (-30%) 3493 Lei

Bandana baietei Chicco alb cu bleu 40 Bandana baietei Chicco alb cu bleu 40 Chicco [ continua sa citesti.. ]

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

Bandana baietei Chicco alb cu bleu 40 Chicco

Poate te intereseaza si:
ESARFA 3
-30%

6990 Lei (-30%)

4893 Lei

Vandut de: Chicco.ro
Spre magazin Vezi detalii
ESARFA SILVER 3
-30%

7990 Lei (-30%)

5593 Lei

Vandut de: Chicco.ro
Spre magazin Vezi detalii
Total time 0.1183 seconds | Total queries:172
Time Count Query
0.01403s 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.00936s 53 SELECT * FROM oc_url_alias WHERE `query` = '...'
0.00577s 3 SELECT * FROM oc_url_alias WHERE keyword = '...' OR keyword = '...'
0.00544s 53 SELECT keyword FROM oc_url_alias WHERE `query` = '...'
0.00334s 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.00242s 1 SELECT * FROM oc_url_alias WHERE keyword = '...'
0.00199s 1 SELECT date_modified FROM oc_review WHERE product_id = '...' AND status = '...' ORDER BY date_modified DESC LIMIT <number>
0.00185s 4 SELECT * FROM oc_product_to_layout WHERE product_id = '...' AND store_id = '...'
0.00128s 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.00074s 1 SELECT * FROM oc_product_image WHERE product_id = '...' ORDER BY sort_order ASC
0.00064s 4 SELECT * FROM oc_cart WHERE api_id = '...' AND customer_id = '...' AND session_id = '...'
0.00046s 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.00039s 1 SELECT redirect, language_id FROM oc_url_redirect WHERE query = '...' OR query = '...' LIMIT <number>
0.00037s 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 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.00035s 1 SELECT * FROM `oc_setting` WHERE store_id = '...' OR store_id = '...' ORDER BY store_id ASC
0.00035s 1 SELECT date_end FROM oc_product_special WHERE product_id = '...'
0.00034s 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.00034s 1 UPDATE oc_product SET viewed = (viewed + <number>) WHERE product_id = '...'
0.00033s 4 SELECT * FROM oc_extension WHERE `type` = '...'
0.00032s 1 SELECT category_id FROM oc_product_to_category WHERE product_id = '...'
0.00030s 1 DELETE FROM oc_cart WHERE (api_id > '...' OR customer_id = '...') AND date_added < DATE_SUB(NOW(), INTERVAL <number> HOUR)
0.00029s 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.00028s 4 SELECT * FROM oc_layout_route WHERE '...' LIKE route AND store_id = '...' ORDER BY route DESC LIMIT <number>
0.00027s 4 SELECT * FROM oc_layout_module WHERE layout_id = '...' AND position = '...' ORDER BY sort_order
0.00025s 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.00024s 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.00022s 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.00011s 1 SELECT `key`, `value`, `serialized` FROM oc_setting WHERE store_id = '...' AND `code` = '...' AND `key` not like '...' AND `key` not like '...'
0.00011s 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 SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '...'
0.00010s 1 SELECT * FROM `oc_event` WHERE `trigger` LIKE '...' AND status = '...' ORDER BY `event_id` ASC
0.00009s 1 SELECT * FROM oc_currency
0.00008s 1 SELECT * FROM oc_store WHERE REPLACE(`ssl`, '...', '...') = '...'
0.00008s 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 = '...'
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 = '...'