Оформление заказа

Ваша корзина пуста!
Queries: 32, Total time: 10.803 ms [By time] [By id] [By file]
1 (0.255)
SELECT *
FROM oc_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://lastochka.dp.ua/'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/index.php:49
2 (1.068)
SELECT *
FROM oc_setting
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/home/lastochka.dp/web/lastochka.dp.ua/public_html/index.php:61
3 (0.220)
SELECT *
FROM `oc_language`
WHERE status = '1'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/index.php:140
4 (1.054)
SELECT *
FROM oc_currency
/home/lastochka.dp/web/lastochka.dp.ua/public_html/system/library/currency.php:13
5 (0.143)
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'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/system/library/weight.php:9
6 (0.136)
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'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/system/library/length.php:9
7 (0.250)
SELECT *
FROM oc_customer_group cg
LEFT JOIN oc_customer_group_description cgd ON (cg.customer_group_id = cgd.customer_group_id)
WHERE cgd.language_id = '1'
ORDER BY cg.sort_order ASC, cgd.name ASC
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/account/customer_group.php:10
8 (0.428)
SELECT *
FROM oc_zone
WHERE country_id = '0' AND status = '1'
ORDER BY name
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/localisation/zone.php:13
9 (0.392)
SELECT *
FROM oc_country
WHERE status = '1'
ORDER BY name ASC
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/localisation/country.php:13
10 (0.380)
SELECT *
FROM oc_zone
WHERE country_id = '0' AND status = '1'
ORDER BY name
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/localisation/zone.php:13
11 (0.321)
SELECT DISTINCT *
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 i.information_id = '0' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/information.php:4
12 (0.372)
SELECT DISTINCT *
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 i.information_id = '0' AND id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/information.php:4
13 (0.307)
SELECT *
FROM oc_layout_route
WHERE 'checkout/simplecheckout' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/design/layout.php:4
14 (0.335)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/setting/extension.php:4
15 (0.298)
SELECT *
FROM oc_layout_route
WHERE 'checkout/simplecheckout' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/design/layout.php:4
16 (0.248)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/setting/extension.php:4
17 (0.251)
SELECT *
FROM oc_layout_route
WHERE 'checkout/simplecheckout' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/design/layout.php:4
18 (0.121)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/setting/extension.php:4
19 (0.221)
SELECT *
FROM oc_layout_route
WHERE 'checkout/simplecheckout' LIKE CONCAT(route, '%') AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/design/layout.php:4
20 (0.270)
SELECT *
FROM oc_extension
WHERE `type` = 'module'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/setting/extension.php:4
21 (0.241)
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
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/information.php:10
22 (0.333)
SELECT *
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.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/category.php:10
23 (0.338)
SELECT *
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.parent_id = '60' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/category.php:10
24 (0.689)
SELECT *
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.parent_id = '18' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/category.php:10
25 (0.162)
SELECT *
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.parent_id = '25' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/category.php:10
26 (0.453)
SELECT *
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.parent_id = '33' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/category.php:10
27 (0.171)
SELECT *
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.parent_id = '71' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/category.php:10
28 (0.156)
SELECT *
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.parent_id = '20' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/category.php:10
29 (0.170)
SELECT *
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.parent_id = '70' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/category.php:10
30 (0.172)
SELECT *
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.parent_id = '73' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/catalog/category.php:10
31 (0.492)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/setting/extension.php:4
32 (0.356)
SELECT *
FROM oc_extension
WHERE `type` = 'total'
/home/lastochka.dp/web/lastochka.dp.ua/public_html/catalog/model/setting/extension.php:4