Undefined index: proper_full_url_params, /home/platne/serwer287617/public_html/old.hippo-sklep.pl/application/modules/redirects/Redirects.php : 122
/home/platne/serwer287617/public_html/old.hippo-sklep.pl/framework/core/ErrorHandler.php : 45 [doHandleError]
/home/platne/serwer287617/public_html/old.hippo-sklep.pl/application/modules/redirects/Redirects.php : 122 [handleError]
/home/platne/serwer287617/public_html/old.hippo-sklep.pl/framework/core/Application.php : 78 [redirectAll]
/home/platne/serwer287617/public_html/old.hippo-sklep.pl/framework/run.php : 47 [run]
/home/platne/serwer287617/public_html/old.hippo-sklep.pl/application/public/index.php : 7 [require_once]
1 | SET NAMES 'utf8' |
2 | SELECT * FROM `system_setting` |
3 | SELECT * FROM `core_language` |
4 |
SELECT
core_module_category.*, module.name AS first_module_name
FROM core_module_category
LEFT JOIN core_module AS module ON module.module_category_id = core_module_category.id
WHERE
module.id = ( SELECT core_module.id
FROM core_module
WHERE core_module.module_category_id = core_module_category.id
ORDER BY core_module.ordering ASC LIMIT 1 )
ORDER BY core_module_category.ordering asc
|
5 | SELECT `core_module`.*, `cmc`.`name__pl` AS module_category_name__pl, `cmc`.`name__en` AS module_category_name__en FROM `core_module` JOIN `core_module_category` cmc ON cmc.id = `core_module`.`module_category_id` |
6 | SELECT * FROM `country` WHERE `country`.`iso_code_3` = 'GBR' |
7 | SELECT * FROM `core_language` WHERE `core_language`.`id` = '2' LIMIT 1 |
8 | SELECT * FROM `country` WHERE `country`.`id` = '4' LIMIT 1 |
9 | SELECT * FROM `core_language` WHERE `core_language`.`id` = '2' LIMIT 1 |
10 | SELECT * FROM `snippet` |
11 | SELECT * FROM `page` |
12 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'page' AND `nice_url`.`object_id` = '1' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
13 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'page' AND `nice_url`.`object_id` = '3' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
14 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'page' AND `nice_url`.`object_id` = '7' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
15 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'page' AND `nice_url`.`object_id` = '15' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
16 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'page' AND `nice_url`.`object_id` = '17' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
17 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'page' AND `nice_url`.`object_id` = '20' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
18 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'page' AND `nice_url`.`object_id` = '21' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
19 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'page' AND `nice_url`.`object_id` = '22' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
20 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'page' AND `nice_url`.`object_id` = '23' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
21 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'page' AND `nice_url`.`object_id` = '24' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
22 | SELECT * FROM `country` WHERE `country`.`id` = '4' LIMIT 1 |
23 | SELECT `core_module`.*, `cmc`.`name__pl` AS module_category_name__pl, `cmc`.`name__en` AS module_category_name__en FROM `core_module` JOIN `core_module_category` cmc ON cmc.id = `core_module`.`module_category_id` WHERE `core_module`.`name` = 'cart' LIMIT 1 |
24 | SELECT COUNT( * ) AS the_count FROM `cart` WHERE `customer_id` = '' |
25 | INSERT INTO `cart` (`id`, `products_quantity`, `total_products_price`, `updated_at`, `last_modification_at`, `created_at`) VALUES (NULL, '0', '0', '1728885143', '1728885143', '1728885143') |
26 | SELECT COUNT( * ) AS the_count FROM `repository` WHERE `customer_id` = '' |
27 | INSERT INTO `repository` (`id`, `updated_at`) VALUES (NULL, '1728885143') |
28 | SELECT distinct name FROM `seo_type` |
29 |
SELECT `seo_type`.*
FROM `seo_type`
JOIN core_domain_handler_alias cdha ON cdha.id = `seo_type`.core_domain_handler_alias_id
WHERE cdha.name = 'default' |
30 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '1' LIMIT 1 |
31 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '2' LIMIT 1 |
32 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '3' LIMIT 1 |
33 | SELECT * FROM `core_domain_handler_alias` WHERE (`core_domain_handler_alias`.`name` = 'default') LIMIT 1 OFFSET 0 |
34 |
SELECT *
FROM `seo_rule`
WHERE '/' LIKE REPLACE( REPLACE( pattern, '?', '_' ), '*', '%' )
AND seo_rule.id IN (
SELECT crtcdha.seo_rule_id
FROM `seo_rule_to_core_domain_handler_alias`crtcdha
JOIN core_domain_handler_alias cdha ON cdha.id = crtcdha.core_domain_handler_alias_id
WHERE cdha.id = 1
)
ORDER BY priority ASC
|
35 | SELECT A.code, B.domain_url FROM core_language A, core_domain_handler_domain B WHERE A.id=B.id AND A.code<>'' AND B.domain_url<>'' AND A.is_active=1 |
36 | SELECT * FROM nice_url WHERE url_hash='d41d8cd98f00b204e9800998ecf8427e' ORDER BY CHAR_LENGTH(url) desc LIMIT 1 OFFSET 0 |
37 | SELECT * FROM language_variables WHERE lan_id='2' AND name='addscripts.head_bottom' LIMIT 1 |
38 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.rs.contact' |
39 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.facebook' |
40 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.twitter' |
41 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.instagram' |
42 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.pinterest' |
43 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.google_plus' |
44 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.youtube' |
45 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.rs.business' |
46 | SELECT * FROM language_variables WHERE lan_id='2' AND name='addscripts.body_top' LIMIT 1 |
47 | SELECT * FROM `currency` WHERE `currency`.`id` = '2' LIMIT 1 |
48 | SELECT * FROM `core_language` ORDER BY name__en asc |
49 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '200000' LIMIT 1 |
50 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'manual' AND `nice_url`.`object_id` = '200000' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
51 | SELECT * FROM `colorlist` ORDER BY name__en asc |
52 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '300000' LIMIT 1 |
53 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'manual' AND `nice_url`.`object_id` = '300000' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
54 | SELECT * FROM `product_section` WHERE `product_section`.`is_hidden` = '0' ORDER BY ordering asc |
55 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '400000' LIMIT 1 |
56 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'manual' AND `nice_url`.`object_id` = '400000' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
57 | SELECT * FROM `category` WHERE `category`.`id` = '1' LIMIT 1 |
58 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '1'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
59 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '18' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
60 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '28' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
61 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '25' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
62 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '38' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
63 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '39' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
64 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '37' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
65 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '46' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
66 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '34' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
67 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '36' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
68 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '19' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
69 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '32' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
70 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '29' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
71 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '31' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
72 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '20' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
73 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '35' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
74 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '21' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
75 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '23' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
76 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '22' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
77 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '26' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
78 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '27' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
79 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '40' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
80 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '41' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
81 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '42' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
82 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '43' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
83 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '44' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
84 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '18'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
85 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '28'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
86 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '25'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
87 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '38'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
88 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '39'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
89 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '37'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
90 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '46'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
91 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '34'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
92 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '36'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
93 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '19'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
94 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '32'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
95 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '29'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
96 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '31'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
97 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '20'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
98 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '35'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
99 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '21'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
100 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '23'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
101 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '22'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
102 |
SELECT `category`.*
FROM `category`
JOIN category_connection cc ON cc.from_id = `category`.id
WHERE cc.to_id = '26'
AND cc.depth = 1
ORDER BY cc.ordering asc
|
103 | SELECT * FROM `collection` ORDER BY name__en asc |
104 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
105 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
106 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '10' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
107 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
108 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
109 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '66' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
110 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
111 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '75' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
112 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
113 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '12' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
114 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
115 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
116 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '60' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
117 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
118 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
119 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '15' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
120 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
121 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '95' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
122 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
123 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '105' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
124 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
125 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
126 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
127 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '126' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
128 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
129 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '16' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
130 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
131 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
132 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '9' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
133 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
134 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '109' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
135 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
136 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
137 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '111' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
138 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
139 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '43' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
140 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
141 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
142 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '28' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
143 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
144 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
145 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '119' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
146 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
147 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '101' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
148 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
149 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '123' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
150 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
151 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
152 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '22' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
153 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
154 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
155 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '93' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
156 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
157 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '61' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
158 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
159 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '124' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
160 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
161 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '74' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
162 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
163 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
164 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
165 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
166 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '117' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
167 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
168 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
169 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '113' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
170 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
171 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '92' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
172 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
173 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
174 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
175 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '91' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
176 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
177 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
178 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '57' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
179 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
180 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '112' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
181 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
182 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '79' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
183 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
184 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
185 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '121' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
186 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
187 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
188 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '58' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
189 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
190 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
191 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '97' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
192 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
193 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
194 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
195 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '33' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
196 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
197 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '110' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
198 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
199 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '80' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
200 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
201 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '108' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
202 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
203 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
204 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
205 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '36' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
206 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
207 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '84' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
208 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
209 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
210 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
211 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '96' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
212 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
213 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '89' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
214 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
215 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '45' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
216 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
217 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
218 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
219 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '116' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
220 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
221 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '67' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
222 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
223 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '83' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
224 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
225 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
226 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '118' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
227 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
228 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '62' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
229 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
230 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '41' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
231 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
232 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '53' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
233 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
234 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
235 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '73' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
236 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
237 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
238 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '107' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
239 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
240 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '98' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
241 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
242 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '42' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
243 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
244 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
245 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '18' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
246 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
247 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
248 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
249 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
250 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '19' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
251 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
252 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
253 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
254 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
255 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
256 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
257 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '38' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
258 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
259 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '49' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
260 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
261 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '21' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
262 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
263 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '48' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
264 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
265 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
266 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
267 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
268 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '103' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
269 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
270 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '100' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
271 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
272 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '125' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
273 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
274 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
275 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '71' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
276 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
277 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '29' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
278 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
279 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '70' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
280 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
281 | SELECT * FROM `colorlist` ORDER BY name__en asc |
282 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
283 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '10' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
284 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
285 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '11' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
286 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
287 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '6' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
288 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
289 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '9' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
290 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
291 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '1' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
292 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
293 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '4' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
294 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
295 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '3' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
296 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
297 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '8' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
298 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
299 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '7' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
300 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
301 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '15' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
302 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
303 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '16' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
304 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
305 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '14' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
306 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
307 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '13' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
308 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
309 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '12' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
310 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
311 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '5' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
312 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
313 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '17' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
314 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
315 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '2' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
316 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '1' LIMIT 1 |
317 |
SELECT DISTINCT sizelist.id, `sizelist`.`name__pl` AS name__pl, `sizelist`.`name__en` AS name__en
FROM sizelist
WHERE 1
AND sizelist.is_hidden != 1
AND sizelist.header_id = '1'
GROUP BY sizelist.id
ORDER BY ordering asc
|
318 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
319 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '40' LIMIT 1 |
320 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '40' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
321 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
322 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '2' LIMIT 1 |
323 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '2' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
324 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
325 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '41' LIMIT 1 |
326 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '41' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
327 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
328 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '1' LIMIT 1 |
329 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '1' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
330 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
331 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '39' LIMIT 1 |
332 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '39' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
333 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
334 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '42' LIMIT 1 |
335 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '42' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
336 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
337 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '49' LIMIT 1 |
338 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '49' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
339 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
340 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '3' LIMIT 1 |
341 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '3' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
342 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
343 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '4' LIMIT 1 |
344 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '4' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
345 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
346 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '5' LIMIT 1 |
347 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '5' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
348 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
349 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '6' LIMIT 1 |
350 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '6' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
351 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
352 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '7' LIMIT 1 |
353 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '7' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
354 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
355 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '8' LIMIT 1 |
356 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '8' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
357 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '10' LIMIT 1 |
358 |
SELECT DISTINCT sizelist.id, `sizelist`.`name__pl` AS name__pl, `sizelist`.`name__en` AS name__en
FROM sizelist
WHERE 1
AND sizelist.is_hidden != 1
AND sizelist.header_id = '10'
GROUP BY sizelist.id
ORDER BY ordering asc
|
359 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
360 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '45' LIMIT 1 |
361 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '45' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
362 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
363 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '44' LIMIT 1 |
364 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '44' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
365 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
366 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '43' LIMIT 1 |
367 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '43' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
368 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '2' LIMIT 1 |
369 |
SELECT DISTINCT sizelist.id, `sizelist`.`name__pl` AS name__pl, `sizelist`.`name__en` AS name__en
FROM sizelist
WHERE 1
AND sizelist.is_hidden != 1
AND sizelist.header_id = '2'
GROUP BY sizelist.id
ORDER BY ordering asc
|
370 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
371 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
372 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '10' LIMIT 1 |
373 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '10' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
374 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
375 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '11' LIMIT 1 |
376 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '11' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
377 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
378 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '12' LIMIT 1 |
379 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '12' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
380 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '3' LIMIT 1 |
381 |
SELECT DISTINCT sizelist.id, `sizelist`.`name__pl` AS name__pl, `sizelist`.`name__en` AS name__en
FROM sizelist
WHERE 1
AND sizelist.is_hidden != 1
AND sizelist.header_id = '3'
GROUP BY sizelist.id
ORDER BY ordering asc
|
382 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
383 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '13' LIMIT 1 |
384 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '13' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
385 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
386 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '14' LIMIT 1 |
387 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '14' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
388 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
389 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '38' LIMIT 1 |
390 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '38' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
391 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
392 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '35' LIMIT 1 |
393 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '35' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
394 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
395 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '15' LIMIT 1 |
396 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '15' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
397 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
398 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '16' LIMIT 1 |
399 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '16' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
400 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
401 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '17' LIMIT 1 |
402 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '17' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
403 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
404 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '18' LIMIT 1 |
405 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '18' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
406 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
407 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '19' LIMIT 1 |
408 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '19' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
409 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
410 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '20' LIMIT 1 |
411 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '20' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
412 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '4' LIMIT 1 |
413 |
SELECT DISTINCT sizelist.id, `sizelist`.`name__pl` AS name__pl, `sizelist`.`name__en` AS name__en
FROM sizelist
WHERE 1
AND sizelist.is_hidden != 1
AND sizelist.header_id = '4'
GROUP BY sizelist.id
ORDER BY ordering asc
|
414 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
415 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '34' LIMIT 1 |
416 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '34' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
417 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
418 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '33' LIMIT 1 |
419 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '33' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
420 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
421 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '32' LIMIT 1 |
422 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '32' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
423 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
424 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '31' LIMIT 1 |
425 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '31' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
426 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
427 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '30' LIMIT 1 |
428 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '30' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
429 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '5' LIMIT 1 |
430 |
SELECT DISTINCT sizelist.id, `sizelist`.`name__pl` AS name__pl, `sizelist`.`name__en` AS name__en
FROM sizelist
WHERE 1
AND sizelist.is_hidden != 1
AND sizelist.header_id = '5'
GROUP BY sizelist.id
ORDER BY ordering asc
|
431 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
432 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '25' LIMIT 1 |
433 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '25' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
434 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
435 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '26' LIMIT 1 |
436 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '26' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
437 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
438 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '27' LIMIT 1 |
439 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '27' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
440 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
441 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '46' LIMIT 1 |
442 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '46' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
443 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
444 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '28' LIMIT 1 |
445 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '28' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
446 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
447 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '29' LIMIT 1 |
448 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '29' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
449 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '6' LIMIT 1 |
450 |
SELECT DISTINCT sizelist.id, `sizelist`.`name__pl` AS name__pl, `sizelist`.`name__en` AS name__en
FROM sizelist
WHERE 1
AND sizelist.is_hidden != 1
AND sizelist.header_id = '6'
GROUP BY sizelist.id
ORDER BY ordering asc
|
451 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
452 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '23' LIMIT 1 |
453 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '23' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
454 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
455 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '36' LIMIT 1 |
456 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '36' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
457 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
458 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '48' LIMIT 1 |
459 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '48' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
460 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
461 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '37' LIMIT 1 |
462 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '37' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
463 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
464 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '24' LIMIT 1 |
465 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '24' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
466 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '8' LIMIT 1 |
467 |
SELECT DISTINCT sizelist.id, `sizelist`.`name__pl` AS name__pl, `sizelist`.`name__en` AS name__en
FROM sizelist
WHERE 1
AND sizelist.is_hidden != 1
AND sizelist.header_id = '8'
GROUP BY sizelist.id
ORDER BY ordering asc
|
468 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
469 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '21' LIMIT 1 |
470 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '21' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
471 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
472 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
473 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '47' LIMIT 1 |
474 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'sizelist' AND `nice_url`.`object_id` = '47' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
475 | SELECT
`shop_banner`.*,
`shop_banner_category`.`name__pl` AS category_name__pl, `shop_banner_category`.`name__en` AS category_name__en
FROM `shop_banner`
LEFT JOIN shop_banner_category ON shop_banner_category.id = `shop_banner`.category_id
WHERE (`shop_banner`.`is_active` = '1' AND shop_banner_category.code = 'indexbanner_en')
ORDER BY ordering asc
LIMIT 12
OFFSET 0 |
476 | SELECT * FROM `product` WHERE ((EXISTS (SELECT * FROM product_flag pf JOIN flag f WHERE pf.product_id = product.id AND pf.flag_id = f.id AND f.symbol = 'recommended' )) AND product.is_enabled = 1 AND product.is_autoenabled = 1) ORDER BY created_at DESC LIMIT 12 OFFSET 0 |
477 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3433' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
478 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3413' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
479 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3406' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
480 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3384' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
481 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3354' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
482 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3351' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
483 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3295' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
484 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3284' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
485 |
SELECT *
FROM product_picture
WHERE (ordering = (SELECT MIN(ordering) FROM product_picture pp WHERE pp.product_id = product_picture.product_id GROUP BY pp.product_id ) AND `product_picture`.`product_id` IN ( '3433', '3413', '3406', '3384', '3354', '3351', '3295', '3284' ))
|
486 |
SELECT product_flag.*, flag.symbol AS symbol
FROM product_flag
JOIN flag ON flag.id = product_flag.flag_id
WHERE `product_flag`.`product_id` IN ( '3433', '3413', '3406', '3384', '3354', '3351', '3295', '3284' ) |
487 | SELECT * FROM `product` WHERE ((EXISTS (SELECT * FROM product_flag pf JOIN flag f WHERE pf.product_id = product.id AND pf.flag_id = f.id AND f.symbol = 'new' )) AND product.is_enabled = 1 AND product.is_autoenabled = 1) ORDER BY created_at DESC LIMIT 12 OFFSET 0 |
488 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3435' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
489 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3434' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
490 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3417' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
491 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3416' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
492 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3415' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
493 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3414' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
494 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3352' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
495 |
SELECT *
FROM product_picture
WHERE (ordering = (SELECT MIN(ordering) FROM product_picture pp WHERE pp.product_id = product_picture.product_id GROUP BY pp.product_id ) AND `product_picture`.`product_id` IN ( '3435', '3434', '3417', '3416', '3415', '3414', '3352' ))
|
496 |
SELECT product_flag.*, flag.symbol AS symbol
FROM product_flag
JOIN flag ON flag.id = product_flag.flag_id
WHERE `product_flag`.`product_id` IN ( '3435', '3434', '3417', '3416', '3415', '3414', '3352' ) |
497 | SELECT * FROM `product` WHERE (`product`.`is_promoted` AND product.is_enabled = 1 AND product.is_autoenabled = 1) ORDER BY created_at DESC LIMIT 12 OFFSET 0 |
498 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3332' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
499 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2988' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
500 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2842' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
501 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2716' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
502 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2715' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
503 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2579' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
504 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2454' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
505 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2232' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
506 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2207' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
507 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2205' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
508 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2204' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
509 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2160' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
510 |
SELECT *
FROM product_picture
WHERE (ordering = (SELECT MIN(ordering) FROM product_picture pp WHERE pp.product_id = product_picture.product_id GROUP BY pp.product_id ) AND `product_picture`.`product_id` IN ( '3332', '2988', '2842', '2716', '2715', '2579', '2454', '2232', '2207', '2205', '2204', '2160' ))
|
511 |
SELECT product_flag.*, flag.symbol AS symbol
FROM product_flag
JOIN flag ON flag.id = product_flag.flag_id
WHERE `product_flag`.`product_id` IN ( '3332', '2988', '2842', '2716', '2715', '2579', '2454', '2232', '2207', '2205', '2204', '2160' ) |
512 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3433' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
513 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3413' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
514 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3406' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
515 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3384' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
516 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3354' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
517 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3351' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
518 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3295' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
519 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3284' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
520 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3332' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
521 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2988' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
522 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2842' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
523 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2716' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
524 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2715' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
525 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2579' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
526 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2454' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
527 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2232' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
528 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2207' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
529 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2205' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
530 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2204' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
531 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2160' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
532 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3435' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
533 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3434' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
534 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3417' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
535 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3416' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
536 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3415' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
537 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3414' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
538 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3352' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
539 | SELECT * FROM `collection` ORDER BY ordering asc |
540 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
541 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '96' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
542 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
543 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '110' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
544 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
545 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '74' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
546 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
547 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '79' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
548 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
549 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '33' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
550 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
551 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '60' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
552 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
553 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '42' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
554 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
555 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '9' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
556 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
557 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '117' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
558 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
559 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '80' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
560 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
561 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '83' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
562 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
563 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '28' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
564 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
565 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '15' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
566 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
567 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '29' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
568 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
569 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '36' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
570 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
571 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '45' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
572 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
573 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '108' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
574 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
575 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '49' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
576 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
577 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '22' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
578 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
579 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '62' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
580 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
581 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '125' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
582 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
583 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '109' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
584 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
585 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '18' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
586 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
587 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '119' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
588 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
589 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
590 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
591 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
592 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
593 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
594 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
595 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
596 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
597 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
598 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
599 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
600 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
601 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
602 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
603 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
604 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
605 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
606 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
607 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
608 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
609 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
610 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
611 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
612 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
613 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
614 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
615 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
616 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
617 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
618 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
619 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
620 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
621 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
622 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
623 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
624 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
625 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
626 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
627 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
628 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
629 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
630 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
631 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
632 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
633 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
634 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
635 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
636 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
637 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
638 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
639 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
640 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
641 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
642 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
643 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
644 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
645 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
646 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
647 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
648 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
649 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
650 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
651 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
652 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
653 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
654 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
655 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
656 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
657 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
658 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
659 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
660 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
661 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
662 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
663 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
664 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
665 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
666 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
667 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
668 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
669 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
670 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
671 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
672 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
673 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
674 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
675 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
676 | SELECT
`shop_banner`.*,
`shop_banner_category`.`name__pl` AS category_name__pl, `shop_banner_category`.`name__en` AS category_name__en
FROM `shop_banner`
LEFT JOIN shop_banner_category ON shop_banner_category.id = `shop_banner`.category_id
WHERE (`shop_banner`.`is_active` = '1' AND shop_banner_category.code = 'smallbanner_en')
ORDER BY ordering asc
LIMIT 3
OFFSET 0 |
677 | SELECT * FROM language_variables WHERE lan_id='2' AND name='addscripts.body_bottom' LIMIT 1 |
678 | SELECT * FROM `plugin_metadata` WHERE (`plugin_metadata`.`category` = 'comparer' AND `plugin_metadata`.`name` = 'struq') LIMIT 1 OFFSET 0 |
679 | SELECT * FROM `plugin_metadata` WHERE (`plugin_metadata`.`category` = 'comparer' AND `plugin_metadata`.`name` = 'go') LIMIT 1 OFFSET 0 |
680 | SELECT * FROM `plugin_metadata` WHERE (`plugin_metadata`.`category` = 'comparer' AND `plugin_metadata`.`name` = 'admeta') LIMIT 1 OFFSET 0 |