| 0.0004 sec. | DELETE FROM `oc_session` WHERE expire < DATE_SUB(NOW(), INTERVAL 3024000 SECOND); |
| 0.0003 sec. | SELECT `data` FROM `oc_session` WHERE `session_id` = 'd1bd81a250183433facd19cf20' AND `expire` > '2026-04-11 20:30:31' |
| 0.0004 sec. | SELECT * FROM oc_extension WHERE `type` = 'openbay' |
| 0.0005 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '0' AND (route = 'engb' OR route = '') |
| 0.0005 sec. | SELECT * FROM oc_extension WHERE `type` = 'openbay' |
| 0.0003 sec. | SELECT `data` FROM `oc_session` WHERE `session_id` = 'd1f6fb6779635c53921313d57b' AND `expire` > '2026-04-11 20:30:31' |
| 0.0003 sec. | SELECT * FROM oc_store WHERE REPLACE(`ssl`, 'www.', '') = 'https://elprom-st.ru/' |
| 0.0028 sec. | SELECT * FROM `oc_setting` WHERE store_id = '0' OR store_id = '0' ORDER BY store_id ASC |
| 0.0004 sec. | SELECT * FROM oc_currency |
| 0.0005 sec. | 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 = 'shipping' AND tr2cg.customer_group_id = '0' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0') ORDER BY tr1.priority ASC |
| 0.0005 sec. | 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 = 'store' AND tr2cg.customer_group_id = '0' AND z2gz.country_id = '176' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '0') ORDER BY tr1.priority ASC |
| 0.0005 sec. | 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 = '1' |
| 0.0005 sec. | 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 = '1' |
| 0.0005 sec. | DELETE FROM oc_cart WHERE (api_id > '0' OR customer_id = '0') AND date_added < DATE_SUB(NOW(), INTERVAL 1 MONTH) |
| 0.0004 sec. | SELECT * FROM oc_extension WHERE `type` = 'openbay' |
| 0.0006 sec. | SELECT * FROM `oc_event` WHERE `trigger` LIKE 'catalog/%' AND status = '1' ORDER BY `sort_order` ASC |
| 0.0005 sec. | SELECT language_id FROM oc_language WHERE code = '0' AND status = '1' LIMIT 1 |
| 0.0035 sec. | SELECT category_id, parent_id FROM oc_category ORDER BY parent_id |
| 0.0006 sec. | SELECT query FROM oc_seo_url WHERE keyword = 'poisk' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT * FROM oc_seo_url WHERE keyword = 'poisk' AND store_id = '0' |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'product/search' OR route = 'ru-ru') |
| 0.0003 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/frametheme/ft_global' OR route = 'ru-ru') |
| 0.0008 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/home' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/compare' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.001 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 0
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1627
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0008 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 235
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1623
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1644
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0012 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 295
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0007 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 297
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0014 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 236
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0016 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 237
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0009 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 253
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0007 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 256
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 283
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0008 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 238
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1740
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1669
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0008 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 247
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1733
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 240
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1647
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1631
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1632
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1645
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1732
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0009 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 248
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0007 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 249
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0008 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 242
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 373
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 342
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 257
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 244
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0008 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 294
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 263
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1615
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0009 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 239
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1673
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1651
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1683
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1724
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 252
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 243
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1636
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1687
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1602
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2050
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2049
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2047
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2048
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2046
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2045
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2044
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2584
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1640
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 254
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 278
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 300
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0007 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 279
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1622
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1728
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1717
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0008 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 250
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.001 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 251
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0008 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 271
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1641
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 298
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 277
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1605
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 308
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1637
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1751
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 310
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 311
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 332
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0007 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 275
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2126
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2127
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2128
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2130
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 293
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 276
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 395
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 272
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 286
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 751
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 750
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 711
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 704
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1022
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 705
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 712
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 706
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1746
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1730
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1729
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1616
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 234
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 241
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 255
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 387
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 269
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1620
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 291
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 301
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1633
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0007 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 259
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2897
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2754
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2214
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2757
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1629
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1630
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0011 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 281
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 394
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 375
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 377
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2755
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0011 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 282
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 376
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1625
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0009 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 262
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0008 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 261
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 396
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 378
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2696
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1618
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1619
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 306
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 280
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 307
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 388
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0007 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 309
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1741
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1680
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2413
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2418
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 371
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 368
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 370
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 372
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0008 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 369
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 347
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 346
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 270
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 349
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 348
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 365
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 363
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 351
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 364
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 274
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 350
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 320
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 322
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 327
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 321
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 326
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 329
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 328
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 324
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 323
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 289
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 304
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 290
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 285
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 305
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 312
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 302
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 343
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 258
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 374
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 344
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 334
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 340
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 339
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0008 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 336
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1639
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 333
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0006 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 337
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 393
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 392
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1597
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 335
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 338
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 362
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1638
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 354
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 352
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 361
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1867
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 315
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 318
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 317
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 319
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 316
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0007 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 330
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2202
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1823
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1845
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1848
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1854
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1855
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1856
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1853
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1850
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1849
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1846
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1847
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1838
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1829
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 341
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1777
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1776
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2097
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1774
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1773
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 331
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1766
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1755
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1822
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1811
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1810
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1809
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1808
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1807
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1806
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1804
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1771
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 2104
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1817
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 260
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 267
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 266
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 314
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 268
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 391
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 390
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 389
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 284
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 264
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 265
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0004 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1599
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1701
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1700
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1703
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1698
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1699
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0003 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1702
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0142 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1752
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 0.0005 sec. |
SELECT * FROM (
SELECT
c.category_id, cd.name, c.sort_order, c.parent_id
FROM oc_category c
LEFT JOIN oc_category_to_store c2s ON ( c.category_id = c2s.category_id )
LEFT JOIN oc_category_description cd ON ( c.category_id = cd.category_id )
WHERE
c.parent_id = 1704
AND cd.language_id = 1
AND c2s.store_id = 0
AND c.status = 1
) t1
ORDER BY sort_order, LCASE(name)
|
| 1.0239 sec. | SELECT SQL_CALC_FOUND_ROWS DISTINCT s.product_id, SUM(s.score) / 2 AS score FROM ( ( SELECT DISTINCT sw2p.product_id, SUM(sw2p.score) as score FROM oc_search_word_to_product sw2p LEFT JOIN oc_product p ON (sw2p.product_id = p.product_id) LEFT JOIN oc_search_word sw ON (sw2p.search_word_id = sw.search_word_id) WHERE p.status = '1' AND sw.language_id = '1' AND ( sw.word LIKE 'автоматическ%' ) GROUP BY sw2p.product_id ) UNION ALL ( SELECT DISTINCT sw2p.product_id, SUM(sw2p.score) as score FROM oc_search_word_to_product sw2p LEFT JOIN oc_product p ON (sw2p.product_id = p.product_id) LEFT JOIN oc_search_word sw ON (sw2p.search_word_id = sw.search_word_id) WHERE p.status = '1' AND sw.language_id = '1' AND ( sw.word LIKE 'выключател%' ) GROUP BY sw2p.product_id ) UNION ALL ( SELECT DISTINCT sw2p.product_id, SUM(sw2p.score) as score FROM oc_search_word_to_product sw2p LEFT JOIN oc_product p ON (sw2p.product_id = p.product_id) LEFT JOIN oc_search_word sw ON (sw2p.search_word_id = sw.search_word_id) WHERE p.status = '1' AND sw.language_id = '1' AND ( sw.word LIKE 'модул%' ) GROUP BY sw2p.product_id ) ) AS s LEFT JOIN oc_product p ON (s.product_id = p.product_id) LEFT JOIN oc_product_description pd ON (s.product_id = pd.product_id) GROUP BY product_id HAVING COUNT(*) >= 3 ORDER BY score DESC LIMIT 0,50 |
| 0.0002 sec. | SELECT FOUND_ROWS() AS `found_rows` |
| 0.001 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88986' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.001 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88979' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '89427' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '89555' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88683' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1763' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1828' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88673' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88829' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1756' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1821' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1749' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1814' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1807' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1800' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '89001' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1793' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88994' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1786' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88987' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88625' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0009 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1779' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88980' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '89556' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '1772' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '89357' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88881' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88995' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88988' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '89564' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88981' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88903' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '89223' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '89351' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88760' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88753' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '89387' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88643' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88996' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88796' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88989' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88982' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '89558' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '89423' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88775' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0008 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88904' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88669' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88825' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88579' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0007 sec. | SELECT DISTINCT *, pd.name AS name, p.image, p.noindex AS noindex, m.name AS manufacturer, (SELECT price FROM oc_product_discount pd2 WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '0' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW())) ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price FROM oc_product_special ps WHERE ps.product_id = p.product_id AND ps.customer_group_id = '0' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points FROM oc_product_reward pr WHERE pr.product_id = p.product_id AND pr.customer_group_id = '0') AS reward, (SELECT ss.name FROM oc_stock_status ss WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') 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 = '1') 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 = '1') AS length_class, (SELECT AVG(rating) AS total FROM oc_review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' 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 = '1' 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 = '88644' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88986' |
| 0.0004 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88986' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88986' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88979' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0004 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88979' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88979' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '89427' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '89427' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=89427' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '89555' |
| 0.0004 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '89555' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=89555' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88683' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88683' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88683' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1763' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1763' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1763' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1828' |
| 0.0002 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1828' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1828' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88673' |
| 0.0002 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88673' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88673' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88829' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88829' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88829' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1756' |
| 0.0002 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1756' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1756' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1821' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1821' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1821' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1749' |
| 0.0002 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1749' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1749' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1814' |
| 0.0004 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0004 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1814' ORDER BY main_category DESC LIMIT 1 |
| 0.0008 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1814' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1807' |
| 0.0004 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1807' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1807' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1800' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1800' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1800' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '89001' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '89001' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=89001' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1793' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1793' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1793' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88994' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88994' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88994' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1786' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1786' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1786' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88987' |
| 0.0004 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0004 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88987' ORDER BY main_category DESC LIMIT 1 |
| 0.0009 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88987' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88625' |
| 0.0004 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0004 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88625' ORDER BY main_category DESC LIMIT 1 |
| 0.0009 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88625' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1779' |
| 0.0004 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1779' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1779' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88980' |
| 0.0004 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88980' ORDER BY main_category DESC LIMIT 1 |
| 0.0007 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88980' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '89556' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '89556' ORDER BY main_category DESC LIMIT 1 |
| 0.0007 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=89556' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '1772' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0004 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '1772' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=1772' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '89357' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '89357' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=89357' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88881' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88881' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88881' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88995' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88995' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88995' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88988' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88988' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88988' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '89564' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0004 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '89564' ORDER BY main_category DESC LIMIT 1 |
| 0.001 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=89564' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88981' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0005 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88981' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88981' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88903' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0004 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88903' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88903' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '89223' |
| 0.0006 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '89223' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=89223' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '89351' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '89351' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=89351' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88760' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88760' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88760' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88753' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88753' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88753' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '89387' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '89387' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=89387' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88643' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88643' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88643' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88996' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88996' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88996' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88796' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0002 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88796' ORDER BY main_category DESC LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88796' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88989' |
| 0.0002 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88989' ORDER BY main_category DESC LIMIT 1 |
| 0.0008 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0007 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88989' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88982' |
| 0.0004 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88982' ORDER BY main_category DESC LIMIT 1 |
| 0.0008 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88982' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '89558' |
| 0.0004 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '89558' ORDER BY main_category DESC LIMIT 1 |
| 0.0008 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=89558' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '89423' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '89423' ORDER BY main_category DESC LIMIT 1 |
| 0.0007 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=89423' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88775' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88775' ORDER BY main_category DESC LIMIT 1 |
| 0.0007 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88775' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88904' |
| 0.0004 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88904' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88904' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88669' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88669' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88669' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88825' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88825' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88825' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88579' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88579' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88579' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_product_to_category WHERE product_id = '88644' |
| 0.0003 sec. | 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 = '399' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' |
| 0.0003 sec. | SELECT category_id FROM oc_product_to_category WHERE product_id = '88644' ORDER BY main_category DESC LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=235' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=236' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'category_id=399' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product_id=88644' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_layout_route WHERE 'product/search' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_layout_module WHERE layout_id = '13' AND position = 'column_left' ORDER BY sort_order |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'common/column_left' |
| 0.0003 sec. | SELECT * FROM oc_layout_route WHERE 'product/search' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_layout_module WHERE layout_id = '13' AND position = 'column_right' ORDER BY sort_order |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'common/column_right' |
| 0.0002 sec. | SELECT * FROM oc_layout_route WHERE 'product/search' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_layout_module WHERE layout_id = '13' AND position = 'content_top' ORDER BY sort_order |
| 0.0003 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'extension/module/search_suggestion' |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'common/content_top' |
| 0.0003 sec. | SELECT * FROM oc_layout_route WHERE 'product/search' LIKE route AND store_id = '0' ORDER BY route DESC LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_layout_module WHERE layout_id = '13' AND position = 'content_bottom' ORDER BY sort_order |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'common/content_bottom' |
| 0.0003 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/footer' OR route = 'ru-ru') |
| 0.0012 sec. | 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 = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=8' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=4' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=6' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=7' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=10' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=3' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=21' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=9' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/return/add' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/sitemap' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/tracking' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/manufacturer' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/voucher' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'affiliate/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/special' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/order' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/newsletter' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0009 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0004 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/frametheme/ft_fmap' OR route = 'ru-ru') |
| 0.0009 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0003 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'extension/module/frametheme/ft_fmap' |
| 0.0004 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/frametheme/ft_global' OR route = 'ru-ru') |
| 0.0003 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/frametheme/ft_footer' OR route = 'ru-ru') |
| 0.0007 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0015 sec. | 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 = '1' AND i2s.store_id = '0' AND i.status = '1' ORDER BY i.sort_order, LCASE(id.title) ASC |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=8' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=4' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=6' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=7' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=10' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=3' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=21' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information_id=9' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/return/add' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/sitemap' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/tracking' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/manufacturer' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/voucher' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'affiliate/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/special' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/order' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/newsletter' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_banner b LEFT JOIN oc_banner_image bi ON (b.banner_id = bi.banner_id) WHERE b.banner_id = '-1' AND b.status = '1' AND bi.language_id = '1' ORDER BY bi.sort_order ASC |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'extension/module/frametheme/ft_footer' |
| 0.0007 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0004 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'extension/module/frametheme/ft_modal' |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'common/footer' |
| 0.0009 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0005 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/home' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'extension/module/frametheme/ft_logo' |
| 0.0003 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/frametheme/ft_menu' OR route = 'ru-ru') |
| 0.0008 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0005 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'extension/module/frametheme/ft_menu' |
| 0.0004 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/frametheme/ft_cart' OR route = 'ru-ru') |
| 0.0004 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/frametheme/ft_global' OR route = 'ru-ru') |
| 0.0008 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0004 sec. | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd1f6fb6779635c53921313d57b' |
| 0.0003 sec. | SELECT * FROM oc_extension WHERE `type` = 'total' |
| 0.0004 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/sub_total' OR route = 'ru-ru') |
| 0.0003 sec. | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd1f6fb6779635c53921313d57b' |
| 0.0003 sec. | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd1f6fb6779635c53921313d57b' |
| 0.0002 sec. | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd1f6fb6779635c53921313d57b' |
| 0.0003 sec. | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd1f6fb6779635c53921313d57b' |
| 0.0002 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/credit' OR route = 'ru-ru') |
| 0.0002 sec. | SELECT SUM(amount) AS total FROM oc_customer_transaction WHERE customer_id = '0' |
| 0.0002 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/total/total' OR route = 'ru-ru') |
| 0.0003 sec. | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd1f6fb6779635c53921313d57b' |
| 0.0003 sec. | SELECT * FROM oc_cart WHERE api_id = '0' AND customer_id = '0' AND session_id = 'd1f6fb6779635c53921313d57b' |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/cart' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/checkout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'extension/module/frametheme/ft_cart' |
| 0.0007 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0003 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'extension/module/frametheme/ft_hlinks' |
| 0.0007 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'extension/module/frametheme/ft_links' |
| 0.0002 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/frametheme/ft_search' OR route = 'ru-ru') |
| 0.0006 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'extension/module/frametheme/ft_search' |
| 0.0002 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/frametheme/ft_contacts' OR route = 'ru-ru') |
| 0.0006 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'extension/module/frametheme/ft_contacts' |
| 0.0002 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/header' OR route = 'ru-ru') |
| 0.0002 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'extension/module/frametheme/ft_global' OR route = 'ru-ru') |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/compare' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0005 sec. | SELECT * FROM oc_setting WHERE store_id = '0' AND `code` = 'theme_frame' |
| 0.0003 sec. | SELECT * FROM oc_extension WHERE `type` = 'analytics' |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/logout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/home' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/wishlist' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/account' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/register' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/login' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/order' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/transaction' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/download' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'account/logout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/cart' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0004 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'checkout/checkout' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'information/contact' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/language' OR route = 'ru-ru') |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/language/language' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'common/language' |
| 0.0002 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru') |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/currency/currency' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'common/currency' |
| 0.0002 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'common/currency' OR route = 'ru-ru') |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'common/currency/currency' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'product/search' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0002 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'common/currency' |
| 0.0002 sec. | SELECT * FROM oc_translation WHERE store_id = '0' AND language_id = '1' AND (route = 'blog/menu' OR route = 'ru-ru') |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'blog/latest' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0006 sec. | SELECT * FROM oc_blog_category c LEFT JOIN oc_blog_category_description cd ON (c.blog_category_id = cd.blog_category_id) LEFT JOIN oc_blog_category_to_store c2s ON (c.blog_category_id = c2s.blog_category_id) WHERE cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1' ORDER BY c.parent_id, c.sort_order, cd.name |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'blog_category_id=69' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT LCASE(keyword) as keyword FROM oc_seo_url WHERE query = 'blog_category_id=70' AND store_id = '0' AND language_id = '1' LIMIT 1 |
| 0.0003 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'blog/menu' |
| 0.0003 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'common/header' |
| 0.0004 sec. | SELECT * FROM oc_theme WHERE store_id = '0' AND theme = 'ft_frame' AND route = 'product/search' |