1 | SET NAMES 'utf8' |
2 | SELECT * FROM `system_setting` |
3 | SELECT * FROM `nice_url` WHERE (`nice_url`.`url_hash` IN ( '87ab707a33f1f9763fa7e7b00fe44bdc' )) ORDER BY CHAR_LENGTH( url ) desc LIMIT 1 OFFSET 0 |
4 | SELECT * FROM `core_language` |
5 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '53' AND `nice_url`.`is_redirect` = '0' AND `nice_url`.`lang_code` = 'pl' AND `nice_url`.`alias` = 'default') LIMIT 1 OFFSET 0 |
6 | SELECT * FROM `core_language` |
7 | SELECT * FROM `collection` LIMIT 1 OFFSET 0 |
8 |
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
|
9 | 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` |
10 | SELECT * FROM `country` WHERE `country`.`iso_code_3` = 'GBR' |
11 | SELECT * FROM `core_language` WHERE `core_language`.`id` = '2' LIMIT 1 |
12 | SELECT * FROM `country` WHERE `country`.`id` = '4' LIMIT 1 |
13 | SELECT * FROM `core_language` WHERE `core_language`.`id` = '2' LIMIT 1 |
14 | SELECT * FROM nice_url WHERE url_hash='87ab707a33f1f9763fa7e7b00fe44bdc' ORDER BY is_redirect ASC, CHAR_LENGTH(url) desc |
15 | SELECT * FROM nice_url WHERE object_type='collection'and object_id='53' and lang_code='en' ORDER BY is_redirect ASC LIMIT 1 |
16 | SELECT * FROM `snippet` |
17 | SELECT * FROM `page` |
18 | 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 |
19 | 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 |
20 | 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 |
21 | 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 |
22 | 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 |
23 | 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 |
24 | 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 |
25 | 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 |
26 | 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 |
27 | 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 |
28 | SELECT * FROM `country` WHERE `country`.`id` = '4' LIMIT 1 |
29 | 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 |
30 | SELECT COUNT( * ) AS the_count FROM `cart` WHERE `customer_id` = '' |
31 | INSERT INTO `cart` (`id`, `products_quantity`, `total_products_price`, `updated_at`, `last_modification_at`, `created_at`) VALUES (NULL, '0', '0', '1728836483', '1728836483', '1728836483') |
32 | SELECT COUNT( * ) AS the_count FROM `repository` WHERE `customer_id` = '' |
33 | INSERT INTO `repository` (`id`, `updated_at`) VALUES (NULL, '1728836483') |
34 | SELECT * FROM `collection` WHERE `collection`.`id` = '53' LIMIT 1 |
35 | 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 |
36 | 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 |
37 |
SELECT product.id, product.*, producer.name AS producer_name
FROM product
LEFT JOIN producer ON producer.id = product.producer_id
WHERE
product.is_enabled = 1 AND product.is_autoenabled = 1
AND (`product`.`is_enabled` = '1' AND `product`.`is_autoenabled` = '1' AND `product`.`is_available_for_sale` = '1' AND `product`.`collection_id` = '53')
ORDER BY `name__en` asc LIMIT 36 OFFSET 0
|
38 |
SELECT COUNT( DISTINCT product.id ) AS _record_count
FROM product
WHERE
product.is_enabled = 1 AND product.is_autoenabled = 1
AND (`product`.`is_enabled` = '1' AND `product`.`is_autoenabled` = '1' AND `product`.`is_available_for_sale` = '1' AND `product`.`collection_id` = '53')
|
39 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '200000' LIMIT 1 |
40 | 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 |
41 | SELECT distinct name FROM `seo_type` |
42 |
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' |
43 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '1' LIMIT 1 |
44 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '2' LIMIT 1 |
45 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '3' LIMIT 1 |
46 | SELECT * FROM `core_domain_handler_alias` WHERE (`core_domain_handler_alias`.`name` = 'default') LIMIT 1 OFFSET 0 |
47 |
SELECT *
FROM `seo_rule`
WHERE '/sensidream.html' 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
|
48 | SELECT * FROM `seo_field` WHERE `seo_field`.`rule_id` = '394' |
49 | SELECT * FROM `seo_type_name` |
50 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '1' LIMIT 1 |
51 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '2' LIMIT 1 |
52 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '140' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
53 | SELECT * FROM nice_url WHERE url_hash='87ab707a33f1f9763fa7e7b00fe44bdc' ORDER BY is_redirect ASC, CHAR_LENGTH(url) desc |
54 | SELECT * FROM nice_url WHERE object_type='collection'and object_id='53' and lang_code='en' ORDER BY is_redirect ASC LIMIT 1 |
55 | 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 |
56 | SELECT * FROM nice_url WHERE url_hash='87ab707a33f1f9763fa7e7b00fe44bdc' ORDER BY CHAR_LENGTH(url) desc LIMIT 1 OFFSET 0 |
57 | SELECT * FROM nice_url WHERE object_type='collection'and object_id='53' and lang_code='pl' ORDER BY is_redirect ASC LIMIT 1 |
58 | SELECT * FROM nice_url WHERE object_type='collection'and object_id='53' and lang_code='en' ORDER BY is_redirect ASC LIMIT 1 |
59 | SELECT * FROM language_variables WHERE lan_id='2' AND name='addscripts.head_bottom' LIMIT 1 |
60 | SELECT * FROM nice_url WHERE url_hash='87ab707a33f1f9763fa7e7b00fe44bdc' ORDER BY is_redirect ASC, CHAR_LENGTH(url) desc |
61 | SELECT * FROM nice_url WHERE object_type='collection'and object_id='53' and lang_code='en' ORDER BY is_redirect ASC LIMIT 1 |
62 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.rs.contact' |
63 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.facebook' |
64 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.twitter' |
65 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.instagram' |
66 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.pinterest' |
67 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.google_plus' |
68 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.youtube' |
69 | SELECT * FROM language_variables WHERE lan_id='2' AND name='addscripts.body_top' LIMIT 1 |
70 | SELECT * FROM `currency` WHERE `currency`.`id` = '2' LIMIT 1 |
71 | SELECT * FROM `core_language` ORDER BY name__en asc |
72 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '200000' LIMIT 1 |
73 | 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 |
74 | SELECT * FROM `colorlist` ORDER BY name__en asc |
75 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '300000' LIMIT 1 |
76 | 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 |
77 | SELECT * FROM `product_section` WHERE `product_section`.`is_hidden` = '0' ORDER BY ordering asc |
78 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '400000' LIMIT 1 |
79 | 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 |
80 | SELECT * FROM `category` WHERE `category`.`id` = '1' LIMIT 1 |
81 |
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
|
82 | 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 |
83 | 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 |
84 | 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 |
85 | 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 |
86 | 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 |
87 | 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 |
88 | 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 |
89 | 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 |
90 | 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 |
91 | 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 |
92 | 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 |
93 | 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 |
94 | 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 |
95 | 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 |
96 | 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 |
97 | 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 |
98 | 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 |
99 | 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 |
100 | 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 |
101 | 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 |
102 | 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 |
103 | 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 |
104 | 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 |
105 | 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 |
106 | 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 |
107 |
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
|
108 |
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
|
109 |
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
|
110 |
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
|
111 |
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
|
112 |
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
|
113 |
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
|
114 |
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
|
115 |
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
|
116 |
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
|
117 |
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
|
118 |
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
|
119 |
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
|
120 |
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
|
121 |
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
|
122 |
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
|
123 |
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
|
124 |
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
|
125 |
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
|
126 | SELECT * FROM `collection` ORDER BY name__en asc |
127 |
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
|
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` = '10' 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` = '66' 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` = '75' 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 * 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 |
137 |
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
|
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` = '60' 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` = '15' 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 * 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 |
145 |
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
|
146 | 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 |
147 |
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
|
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 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
|
150 | 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 |
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` = '16' 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` = '9' 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` = '109' 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 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
|
160 | 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 |
161 |
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
|
162 | 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 |
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 * 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 |
166 |
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
|
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 * 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 |
169 |
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
|
170 | 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 |
171 |
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
|
172 | 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 |
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` = '22' 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` = '93' 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` = '61' 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` = '124' 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 * 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 |
185 |
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
|
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 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
|
189 | 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 |
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 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
|
192 | 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 |
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 * 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 |
195 |
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
|
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 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
|
198 | 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 |
199 |
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
|
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` = '57' 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 * 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 |
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` = '79' 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 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
|
208 | 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 |
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` = '58' 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 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
|
214 | 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 |
215 |
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
|
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 * 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 |
219 |
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
|
220 | 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 |
221 |
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
|
222 | 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 |
223 |
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
|
224 | 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 |
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 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
|
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` = '36' 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` = '84' 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 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
|
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 * 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 |
235 |
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
|
236 | 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 |
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` = '45' 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 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
|
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` = '116' 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 * 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 |
245 |
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
|
246 | 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 |
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 * 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 |
250 |
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
|
251 | 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 |
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 * 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 |
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 * 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 |
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 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
|
258 | 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 |
259 |
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
|
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` = '107' 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` = '98' 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 * 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 |
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` = '18' 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 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
|
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 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
|
273 | 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 |
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 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
|
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 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
|
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 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
|
280 | 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 |
281 |
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
|
282 | 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 |
283 |
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
|
284 | 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 |
285 |
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
|
286 | 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 |
287 |
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
|
288 |
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
|
289 |
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
|
290 |
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
|
291 | 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 |
292 |
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
|
293 | 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 |
294 |
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
|
295 | 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 |
296 |
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
|
297 |
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
|
298 | 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 |
299 |
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
|
300 | 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 |
301 |
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
|
302 | 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 |
303 |
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
|
304 | SELECT * FROM `colorlist` ORDER BY name__en asc |
305 |
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
|
306 | 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 |
307 |
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
|
308 | 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 |
309 |
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
|
310 | 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 |
311 |
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
|
312 | 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 |
313 |
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
|
314 | 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 |
315 |
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
|
316 | 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 |
317 |
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
|
318 | 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 |
319 |
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
|
320 | 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 |
321 |
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
|
322 | 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 |
323 |
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
|
324 | 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 |
325 |
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
|
326 | 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 |
327 |
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
|
328 | 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 |
329 |
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
|
330 | 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 |
331 |
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
|
332 | 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 |
333 |
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
|
334 | 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 |
335 |
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
|
336 | 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 |
337 |
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
|
338 | 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 |
339 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '1' LIMIT 1 |
340 |
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
|
341 |
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)
|
342 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '40' LIMIT 1 |
343 | 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 |
344 |
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)
|
345 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '2' LIMIT 1 |
346 | 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 |
347 |
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)
|
348 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '41' LIMIT 1 |
349 | 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 |
350 |
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)
|
351 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '1' LIMIT 1 |
352 | 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 |
353 |
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)
|
354 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '39' LIMIT 1 |
355 | 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 |
356 |
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)
|
357 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '42' LIMIT 1 |
358 | 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 |
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` = '49' LIMIT 1 |
361 | 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 |
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` = '3' LIMIT 1 |
364 | 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 |
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` = '4' LIMIT 1 |
367 | 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 |
368 |
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)
|
369 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '5' LIMIT 1 |
370 | 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 |
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` = '6' LIMIT 1 |
373 | 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 |
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` = '7' LIMIT 1 |
376 | 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 |
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` = '8' LIMIT 1 |
379 | 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 |
380 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '10' 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 = '10'
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` = '45' LIMIT 1 |
384 | 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 |
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` = '44' LIMIT 1 |
387 | 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 |
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` = '43' LIMIT 1 |
390 | 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 |
391 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '2' LIMIT 1 |
392 |
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
|
393 |
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)
|
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` = '10' LIMIT 1 |
396 | 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 |
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` = '11' LIMIT 1 |
399 | 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 |
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` = '12' LIMIT 1 |
402 | 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 |
403 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '3' LIMIT 1 |
404 |
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
|
405 |
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)
|
406 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '13' LIMIT 1 |
407 | 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 |
408 |
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)
|
409 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '14' LIMIT 1 |
410 | 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 |
411 |
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)
|
412 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '38' LIMIT 1 |
413 | 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 |
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` = '35' LIMIT 1 |
416 | 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 |
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` = '15' LIMIT 1 |
419 | 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 |
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` = '16' LIMIT 1 |
422 | 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 |
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` = '17' LIMIT 1 |
425 | 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 |
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` = '18' LIMIT 1 |
428 | 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 |
429 |
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)
|
430 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '19' LIMIT 1 |
431 | 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 |
432 |
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)
|
433 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '20' LIMIT 1 |
434 | 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 |
435 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '4' LIMIT 1 |
436 |
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
|
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` = '34' LIMIT 1 |
439 | 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 |
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` = '33' LIMIT 1 |
442 | 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 |
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` = '32' LIMIT 1 |
445 | 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 |
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` = '31' LIMIT 1 |
448 | 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 |
449 |
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)
|
450 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '30' LIMIT 1 |
451 | 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 |
452 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '5' LIMIT 1 |
453 |
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
|
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` = '25' LIMIT 1 |
456 | 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 |
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` = '26' LIMIT 1 |
459 | 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 |
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` = '27' LIMIT 1 |
462 | 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 |
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` = '46' LIMIT 1 |
465 | 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 |
466 |
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)
|
467 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '28' LIMIT 1 |
468 | 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 |
469 |
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)
|
470 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '29' LIMIT 1 |
471 | 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 |
472 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '6' LIMIT 1 |
473 |
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
|
474 |
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)
|
475 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '23' LIMIT 1 |
476 | 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 |
477 |
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)
|
478 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '36' LIMIT 1 |
479 | 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 |
480 |
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)
|
481 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '48' LIMIT 1 |
482 | 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 |
483 |
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)
|
484 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '37' LIMIT 1 |
485 | 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 |
486 |
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)
|
487 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '24' LIMIT 1 |
488 | 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 |
489 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '8' LIMIT 1 |
490 |
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
|
491 |
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)
|
492 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '21' LIMIT 1 |
493 | 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 |
494 |
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)
|
495 |
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)
|
496 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '47' LIMIT 1 |
497 | 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 |
498 |
SELECT
cart_item.*,
`p`.`name__pl` AS product_name__pl, `p`.`name__en` AS product_name__en, p.sell_price AS product_sell_price, p.promo_sell_price AS product_promo_sell_price, p.points_price AS product_points_price,
p.vat AS product_vat, p.discount_limit AS product_discount_limit, p.option_group_id AS product_option_group_id, p.unit_type_id as product_unit_type_id,
p.weight AS product_weight, p.gives_free_transport AS product_gives_free_transport, p.is_promoted AS product_is_promoted,
pr.name AS producer_name, `po`.`name__pl` AS product_variant_name__pl, `po`.`name__en` AS product_variant_name__en, pv.option_sell_price AS product_option_sell_price, pv.option_wholesale_sell_price AS product_option_wholesale_sell_price, pv.option_points_price AS product_option_points_price, pv.option_id AS product_option_id,
pv.warehouse_symbol
FROM cart_item
LEFT JOIN product p ON p.id = cart_item.product_id
LEFT JOIN producer pr ON pr.id = p.producer_id
LEFT JOIN product_variant pv ON pv.id = cart_item.product_variant_id
LEFT JOIN product_option po ON po.id = pv.option_id
WHERE (`cart_item`.`cart_id` = '22814347' AND `cart_item`.`type` <> 'sms')
ORDER BY cart_item.id ASC
|
499 |
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 ( '140', '583', '582', '581', '1983', '1421' ))
|
500 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '140' 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` = '583' 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` = '582' 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` = '581' 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` = '1983' 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` = '1421' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
506 |
SELECT
product_variant.product_id AS product_id,
MAX( product_variant.warehouse_quantity - product_variant.queue_quantity ) AS available_quantity,
uo.is_blocking_sell AS is_blocking_sell
FROM product_variant
LEFT JOIN product ON product.id = product_variant.product_id
LEFT JOIN unavailability_option uo ON uo.id = product.unavailability_option_id
WHERE `product_variant`.`product_id` IN ( '140', '583', '582', '581', '1983', '1421' )
GROUP BY product_variant.product_id |
507 |
SELECT id, product_id, warehouse_symbol
FROM product_variant
WHERE warehouse_symbol IS NOT NULL AND warehouse_symbol != ''
AND `product_variant`.`product_id` IN ( '140', '583', '582', '581', '1983', '1421' )
GROUP BY product_id
|
508 |
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 ( '140', '583', '582', '581', '1983', '1421' ) |
509 |
SELECT
product_field.*, `ppf`.`name__pl` AS field_name__pl, `ppf`.`name__en` AS field_name__en
FROM
product_field
JOIN
`product_profile_field` `ppf` ON `ppf`.`id` = `product_field`.`profile_field_id`
JOIN
`product_profile_to_field` `pptf` ON `ppf`.`id`=`pptf`.`product_profile_field_id`
WHERE (`product_field`.`product_id` IN ( '140', '583', '582', '581', '1983', '1421' ) AND pptf.product_profile_id IN ( '7', '24', '14' ))
GROUP BY product_field.`profile_field_id`
ORDER BY `pptf`.`ordering` ASC |
510 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '140' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
511 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '583' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
512 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '582' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
513 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '581' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
514 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '1983' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
515 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '1421' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
516 | SELECT * FROM language_variables WHERE lan_id='2' AND name='addscripts.body_bottom' LIMIT 1 |
517 | SELECT * FROM `plugin_metadata` WHERE (`plugin_metadata`.`category` = 'comparer' AND `plugin_metadata`.`name` = 'admeta') LIMIT 1 OFFSET 0 |