Undefined index: proper_full_url_params, /home/platne/serwer287617/public_html/old.hippo-sklep.pl/application/modules/redirects/Redirects.php : 122
/home/platne/serwer287617/public_html/old.hippo-sklep.pl/framework/core/ErrorHandler.php : 45 [doHandleError]
/home/platne/serwer287617/public_html/old.hippo-sklep.pl/application/modules/redirects/Redirects.php : 122 [handleError]
/home/platne/serwer287617/public_html/old.hippo-sklep.pl/framework/core/Application.php : 78 [redirectAll]
/home/platne/serwer287617/public_html/old.hippo-sklep.pl/framework/run.php : 47 [run]
/home/platne/serwer287617/public_html/old.hippo-sklep.pl/application/public/index.php : 7 [require_once]
1 | SET NAMES 'utf8' |
2 | SELECT * FROM `system_setting` |
3 | SELECT * FROM `nice_url` WHERE (`nice_url`.`url_hash` IN ( '9ed81eb4f71f32cec373dbdaaa55aa6e' )) ORDER BY CHAR_LENGTH( url ) desc LIMIT 1 OFFSET 0 |
4 | SELECT * FROM `core_language` |
5 | SELECT * FROM `core_language` |
6 | SELECT * FROM `category` LIMIT 1 OFFSET 0 |
7 |
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
|
8 | 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` |
9 | SELECT * FROM `country` WHERE `country`.`iso_code_3` = 'GBR' |
10 | SELECT * FROM `core_language` WHERE `core_language`.`id` = '2' LIMIT 1 |
11 | SELECT * FROM `country` WHERE `country`.`id` = '4' LIMIT 1 |
12 | SELECT * FROM `core_language` WHERE `core_language`.`id` = '2' LIMIT 1 |
13 | SELECT * FROM nice_url WHERE url_hash='9ed81eb4f71f32cec373dbdaaa55aa6e' ORDER BY is_redirect ASC, CHAR_LENGTH(url) desc |
14 | SELECT * FROM `snippet` |
15 | SELECT * FROM `page` |
16 | 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 |
17 | 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 |
18 | 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 |
19 | 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 |
20 | 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 |
21 | 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 |
22 | 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 |
23 | 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 |
24 | 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 |
25 | 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 |
26 | SELECT * FROM `country` WHERE `country`.`id` = '4' LIMIT 1 |
27 | 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 |
28 | SELECT COUNT( * ) AS the_count FROM `cart` WHERE `customer_id` = '' |
29 | INSERT INTO `cart` (`id`, `products_quantity`, `total_products_price`, `updated_at`, `last_modification_at`, `created_at`) VALUES (NULL, '0', '0', '1734216912', '1734216912', '1734216912') |
30 | SELECT COUNT( * ) AS the_count FROM `repository` WHERE `customer_id` = '' |
31 | INSERT INTO `repository` (`id`, `updated_at`) VALUES (NULL, '1734216912') |
32 | SELECT * FROM `category` WHERE `category`.`id` = '37' LIMIT 1 |
33 |
SELECT DISTINCT producer.id, producer.name, COUNT( product.id ) AS product_count
FROM producer
RIGHT JOIN product ON producer.id = product.producer_id
JOIN product_in_category pic ON pic.product_id = product.id
JOIN category_connection cc ON cc.from_id = pic.category_id
JOIN category ON category.id = cc.from_id
WHERE
product.is_enabled = 1 AND product.is_autoenabled = 1
AND cc.to_id = '37'
GROUP BY producer.id
ORDER BY producer.ordering ASC
|
34 | 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 |
35 | 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 |
36 |
SELECT product.id, product.*, producer.name AS producer_name
FROM product
JOIN product_in_category pic ON pic.product_id = product.id
JOIN category_connection cc ON cc.from_id = pic.category_id
JOIN category ON category.id = cc.from_id
LEFT JOIN producer ON producer.id = product.producer_id
WHERE
product.is_enabled = 1 AND product.is_autoenabled = 1
AND (`product`.`is_available_for_sale` = '1' AND cc.to_id = '37')
ORDER BY `name__en` asc LIMIT 36 OFFSET 0
|
37 |
SELECT COUNT( DISTINCT product.id ) AS _record_count
FROM product
JOIN product_in_category pic ON pic.product_id = product.id
JOIN category_connection cc ON cc.from_id = pic.category_id
JOIN category ON category.id = cc.from_id
-- no need for producer
WHERE
product.is_enabled = 1 AND product.is_autoenabled = 1
AND (`product`.`is_available_for_sale` = '1' AND cc.to_id = '37')
|
38 | SELECT * FROM `category` WHERE `category`.`alias_domain` = 'default' LIMIT 1 OFFSET 0 |
39 |
SELECT category.*
FROM category
JOIN category_connection cc ON cc.to_id = category.id AND cc.depth > 0
WHERE cc.from_id = '37'
ORDER BY cc.depth DESC
|
40 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'category' AND `nice_url`.`object_id` = '1' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
41 | 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 |
42 | SELECT distinct name FROM `seo_type` |
43 |
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' |
44 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '1' LIMIT 1 |
45 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '2' LIMIT 1 |
46 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '3' LIMIT 1 |
47 | SELECT * FROM `core_domain_handler_alias` WHERE (`core_domain_handler_alias`.`name` = 'default') LIMIT 1 OFFSET 0 |
48 |
SELECT *
FROM `seo_rule`
WHERE '/adult_bedding.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
|
49 | SELECT * FROM `seo_field` WHERE `seo_field`.`rule_id` = '3406' |
50 | SELECT * FROM `seo_type_name` |
51 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '2' LIMIT 1 |
52 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '1' LIMIT 1 |
53 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3183' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
54 | SELECT * FROM nice_url WHERE url_hash='9ed81eb4f71f32cec373dbdaaa55aa6e' ORDER BY is_redirect ASC, CHAR_LENGTH(url) desc |
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='9ed81eb4f71f32cec373dbdaaa55aa6e' ORDER BY CHAR_LENGTH(url) desc LIMIT 1 OFFSET 0 |
57 | SELECT * FROM nice_url WHERE object_type='category'and object_id='37' and lang_code='pl' ORDER BY is_redirect ASC LIMIT 1 |
58 | SELECT * FROM nice_url WHERE object_type='category'and object_id='37' 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='9ed81eb4f71f32cec373dbdaaa55aa6e' ORDER BY is_redirect ASC, CHAR_LENGTH(url) desc |
61 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.rs.contact' |
62 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.facebook' |
63 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.twitter' |
64 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.instagram' |
65 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.pinterest' |
66 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.google_plus' |
67 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.youtube' |
68 | SELECT * FROM language_variables WHERE lan_id='2' AND name='addscripts.body_top' LIMIT 1 |
69 | SELECT * FROM `currency` WHERE `currency`.`id` = '2' LIMIT 1 |
70 | SELECT * FROM `core_language` ORDER BY name__en asc |
71 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '200000' LIMIT 1 |
72 | 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 |
73 | SELECT * FROM `colorlist` ORDER BY name__en asc |
74 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '300000' LIMIT 1 |
75 | 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 |
76 | SELECT * FROM `product_section` WHERE `product_section`.`is_hidden` = '0' ORDER BY ordering asc |
77 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '400000' LIMIT 1 |
78 | 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 |
79 | SELECT * FROM `category` WHERE `category`.`id` = '1' LIMIT 1 |
80 |
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
|
81 | 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 |
82 | 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 |
83 | 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 |
84 | 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 |
85 | 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 |
86 | 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 |
87 | 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 |
88 | 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 |
89 | 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 |
90 | 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 |
91 | 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 |
92 | 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 |
93 | 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 |
94 | 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 |
95 | 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 |
96 | 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 |
97 | 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 |
98 | 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 |
99 | 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 |
100 | 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 |
101 | 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 |
102 | 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 |
103 | 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 |
104 | 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 |
105 | 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 |
106 |
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
|
107 |
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
|
108 |
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
|
109 |
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
|
110 |
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
|
111 |
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
|
112 |
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
|
113 |
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
|
114 |
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
|
115 |
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
|
116 |
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
|
117 |
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
|
118 |
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
|
119 |
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
|
120 |
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
|
121 |
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
|
122 |
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
|
123 |
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
|
124 |
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
|
125 | SELECT * FROM `collection` ORDER BY name__en asc |
126 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
127 |
SELECT COUNT( * ) AS product_count
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 * 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 |
129 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
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 * 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 |
132 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
133 | 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 |
134 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
135 | 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 |
136 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
137 |
SELECT COUNT( * ) AS product_count
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 * 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 |
139 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
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 * 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 |
142 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
143 | 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 |
144 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
145 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '105' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
146 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
147 |
SELECT COUNT( * ) AS product_count
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 * 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 |
150 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
151 | SELECT * 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 |
152 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
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 * 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 |
155 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
156 | 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 |
157 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
158 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
159 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '111' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
160 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
161 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '43' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
162 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
163 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
164 | SELECT * 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 |
165 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
166 |
SELECT COUNT( * ) AS product_count
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 * 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 |
168 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
169 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '101' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
170 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
171 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '123' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
172 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
173 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
174 | SELECT * 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 |
175 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
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 * 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 |
178 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
179 | 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 |
180 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
181 | 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 |
182 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
183 | 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 |
184 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
185 |
SELECT COUNT( * ) AS product_count
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 * 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 |
189 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
190 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
191 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '113' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
192 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
193 | SELECT * 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 |
194 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
195 |
SELECT COUNT( * ) AS product_count
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 * 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 |
198 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
199 |
SELECT COUNT( * ) AS product_count
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 * 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 |
201 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
202 | 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 |
203 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
204 | SELECT * 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 |
205 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
206 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
207 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '121' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
208 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
209 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
210 | SELECT * 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 |
211 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
212 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
213 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '97' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
214 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
215 |
SELECT COUNT( * ) AS product_count
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 * 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 |
218 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
219 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '110' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
220 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
221 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '80' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
222 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
223 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '108' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
224 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
225 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
226 |
SELECT COUNT( * ) AS product_count
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 * 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 |
228 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
229 | 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 |
230 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
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 * 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 |
234 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
235 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '89' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
236 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
237 | SELECT * 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 |
238 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
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 * 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 |
242 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
243 | 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 |
244 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
245 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '83' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
246 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
247 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
248 | SELECT * 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 |
249 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
250 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '62' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
251 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
252 | SELECT * 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 |
253 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
254 | SELECT * 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 |
255 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
256 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
257 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '73' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
258 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
259 |
SELECT COUNT( * ) AS product_count
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 * 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 |
261 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
262 | 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 |
263 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
264 | 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 |
265 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
266 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
267 | SELECT * 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 |
268 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
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 * 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 |
273 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
274 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
275 |
SELECT COUNT( * ) AS product_count
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 * 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 |
280 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
281 | SELECT * FROM `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 |
282 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
283 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '21' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
284 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
285 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '48' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
286 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
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 * 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 |
291 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
292 | 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 |
293 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
294 | 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 |
295 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
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 * 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 |
298 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
299 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '29' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
300 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
301 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '70' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
302 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
303 | SELECT * FROM `colorlist` ORDER BY name__en asc |
304 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
305 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '10' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
306 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
307 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '11' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
308 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
309 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '6' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
310 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
311 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '9' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
312 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
313 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '1' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
314 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
315 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '4' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
316 |
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
|
317 | 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 |
318 |
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
|
319 | 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 |
320 |
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
|
321 | 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 |
322 |
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
|
323 | 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 |
324 |
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
|
325 | 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 |
326 |
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
|
327 | 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 |
328 |
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
|
329 | 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 |
330 |
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
|
331 | 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 |
332 |
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
|
333 | 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 |
334 |
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
|
335 | 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 |
336 |
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
|
337 | 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 |
338 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '1' LIMIT 1 |
339 |
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
|
340 |
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)
|
341 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '40' LIMIT 1 |
342 | 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 |
343 |
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)
|
344 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '2' LIMIT 1 |
345 | 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 |
346 |
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)
|
347 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '41' LIMIT 1 |
348 | 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 |
349 |
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)
|
350 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '1' LIMIT 1 |
351 | 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 |
352 |
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)
|
353 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '39' LIMIT 1 |
354 | 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 |
355 |
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)
|
356 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '42' LIMIT 1 |
357 | 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 |
358 |
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)
|
359 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '49' LIMIT 1 |
360 | 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 |
361 |
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)
|
362 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '3' LIMIT 1 |
363 | 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 |
364 |
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)
|
365 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '4' LIMIT 1 |
366 | 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 |
367 |
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)
|
368 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '5' LIMIT 1 |
369 | 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 |
370 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
371 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '6' LIMIT 1 |
372 | 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 |
373 |
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)
|
374 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '7' LIMIT 1 |
375 | 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 |
376 |
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)
|
377 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '8' LIMIT 1 |
378 | 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 |
379 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '10' LIMIT 1 |
380 |
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
|
381 |
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)
|
382 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '45' LIMIT 1 |
383 | 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 |
384 |
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)
|
385 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '44' LIMIT 1 |
386 | 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 |
387 |
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)
|
388 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '43' LIMIT 1 |
389 | 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 |
390 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '2' LIMIT 1 |
391 |
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
|
392 |
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)
|
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 * FROM `sizelist` WHERE `sizelist`.`id` = '10' LIMIT 1 |
395 | 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 |
396 |
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)
|
397 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '11' LIMIT 1 |
398 | 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 |
399 |
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)
|
400 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '12' LIMIT 1 |
401 | 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 |
402 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '3' LIMIT 1 |
403 |
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
|
404 |
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)
|
405 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '13' LIMIT 1 |
406 | 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 |
407 |
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)
|
408 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '14' LIMIT 1 |
409 | 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 |
410 |
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)
|
411 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '38' LIMIT 1 |
412 | 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 |
413 |
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)
|
414 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '35' LIMIT 1 |
415 | 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 |
416 |
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)
|
417 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '15' LIMIT 1 |
418 | 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 |
419 |
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)
|
420 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '16' LIMIT 1 |
421 | 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 |
422 |
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)
|
423 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '17' LIMIT 1 |
424 | 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 |
425 |
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)
|
426 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '18' LIMIT 1 |
427 | 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 |
428 |
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)
|
429 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '19' LIMIT 1 |
430 | 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 |
431 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
432 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '20' LIMIT 1 |
433 | 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 |
434 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '4' LIMIT 1 |
435 |
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
|
436 |
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)
|
437 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '34' LIMIT 1 |
438 | 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 |
439 |
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)
|
440 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '33' LIMIT 1 |
441 | 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 |
442 |
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)
|
443 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '32' LIMIT 1 |
444 | 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 |
445 |
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)
|
446 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '31' LIMIT 1 |
447 | 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 |
448 |
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)
|
449 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '30' LIMIT 1 |
450 | 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 |
451 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '5' LIMIT 1 |
452 |
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
|
453 |
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)
|
454 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '25' LIMIT 1 |
455 | 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 |
456 |
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)
|
457 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '26' LIMIT 1 |
458 | 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 |
459 |
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)
|
460 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '27' LIMIT 1 |
461 | 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 |
462 |
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)
|
463 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '46' LIMIT 1 |
464 | 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 |
465 |
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)
|
466 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '28' LIMIT 1 |
467 | 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 |
468 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
469 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '29' LIMIT 1 |
470 | 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 |
471 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '6' LIMIT 1 |
472 |
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
|
473 |
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)
|
474 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '23' LIMIT 1 |
475 | 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 |
476 |
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)
|
477 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '36' LIMIT 1 |
478 | 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 |
479 |
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)
|
480 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '48' LIMIT 1 |
481 | 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 |
482 |
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)
|
483 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '37' LIMIT 1 |
484 | 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 |
485 |
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)
|
486 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '24' LIMIT 1 |
487 | 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 |
488 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '8' LIMIT 1 |
489 |
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
|
490 |
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)
|
491 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '21' LIMIT 1 |
492 | 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 |
493 |
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)
|
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 * FROM `sizelist` WHERE `sizelist`.`id` = '47' LIMIT 1 |
496 | 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 |
497 |
SELECT category.*
FROM category
JOIN category_connection cc ON cc.to_id = category.id AND cc.depth > 0
WHERE cc.from_id = '37'
AND cc.depth = '1'
ORDER BY cc.depth DESC
|
498 | SELECT * FROM `product_option_group` WHERE `product_option_group`.`id` = '22' LIMIT 1 |
499 | SELECT * FROM `product_option` WHERE `product_option`.`option_group_id` = '22' ORDER BY ordering asc |
500 |
SELECT DISTINCT collection.id, `collection`.`name__pl` AS name__pl, `collection`.`name__en` AS name__en, COUNT( product.id ) AS product_count
FROM collection
RIGHT JOIN product ON collection.id = product.collection_id
JOIN product_in_category pic ON pic.product_id = product.id
JOIN category_connection cc ON cc.from_id = pic.category_id
JOIN category ON category.id = cc.from_id
WHERE
product.is_enabled = 1 AND product.is_autoenabled = 1
AND cc.to_id = '37'
GROUP BY collection.id
ORDER BY name__en asc
|
501 |
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` = '22827700' AND `cart_item`.`type` <> 'sms')
ORDER BY cart_item.id ASC
|
502 |
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 ( '3183', '3096', '3417', '3008', '3002', '1576', '3406', '3073', '2163', '2407', '3213', '3132', '2925', '3001', '3135', '2005', '2761', '3102', '3433', '2601', '2564', '3378', '2635', '3434', '2622', '3129', '3365', '3435', '2602', '3373', '2984', '2420', '2758', '3296', '3403', '3256' ))
|
503 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3183' 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` = '3096' 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` = '3417' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
506 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3008' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
507 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3002' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
508 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '1576' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
509 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3406' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
510 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3073' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
511 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2163' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
512 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2407' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
513 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3213' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
514 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3132' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
515 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2925' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
516 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3001' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
517 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3135' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
518 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2005' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
519 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2761' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
520 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3102' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
521 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3433' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
522 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2601' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
523 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2564' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
524 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3378' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
525 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2635' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
526 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3434' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
527 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2622' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
528 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3129' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
529 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3365' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
530 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3435' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
531 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2602' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
532 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3373' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
533 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2984' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
534 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2420' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
535 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2758' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
536 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3296' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
537 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3403' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
538 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3256' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
539 |
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 ( '3183', '3096', '3417', '3008', '3002', '1576', '3406', '3073', '2163', '2407', '3213', '3132', '2925', '3001', '3135', '2005', '2761', '3102', '3433', '2601', '2564', '3378', '2635', '3434', '2622', '3129', '3365', '3435', '2602', '3373', '2984', '2420', '2758', '3296', '3403', '3256' )
GROUP BY product_variant.product_id |
540 |
SELECT id, product_id, warehouse_symbol
FROM product_variant
WHERE warehouse_symbol IS NOT NULL AND warehouse_symbol != ''
AND `product_variant`.`product_id` IN ( '3183', '3096', '3417', '3008', '3002', '1576', '3406', '3073', '2163', '2407', '3213', '3132', '2925', '3001', '3135', '2005', '2761', '3102', '3433', '2601', '2564', '3378', '2635', '3434', '2622', '3129', '3365', '3435', '2602', '3373', '2984', '2420', '2758', '3296', '3403', '3256' )
GROUP BY product_id
|
541 |
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 ( '3183', '3096', '3417', '3008', '3002', '1576', '3406', '3073', '2163', '2407', '3213', '3132', '2925', '3001', '3135', '2005', '2761', '3102', '3433', '2601', '2564', '3378', '2635', '3434', '2622', '3129', '3365', '3435', '2602', '3373', '2984', '2420', '2758', '3296', '3403', '3256' ) |
542 |
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 ( '3183', '3096', '3417', '3008', '3002', '1576', '3406', '3073', '2163', '2407', '3213', '3132', '2925', '3001', '3135', '2005', '2761', '3102', '3433', '2601', '2564', '3378', '2635', '3434', '2622', '3129', '3365', '3435', '2602', '3373', '2984', '2420', '2758', '3296', '3403', '3256' ) AND pptf.product_profile_id IN ( '25' ))
GROUP BY product_field.`profile_field_id`
ORDER BY `pptf`.`ordering` ASC |
543 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3183' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
544 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3096' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
545 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3417' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
546 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3008' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
547 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3002' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
548 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '1576' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
549 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3406' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
550 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3073' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
551 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2163' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
552 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2407' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
553 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3213' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
554 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3132' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
555 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2925' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
556 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3001' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
557 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3135' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
558 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2005' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
559 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2761' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
560 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3102' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
561 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3433' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
562 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2601' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
563 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2564' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
564 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3378' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
565 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2635' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
566 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3434' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
567 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2622' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
568 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3129' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
569 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3365' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
570 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3435' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
571 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2602' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
572 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3373' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
573 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2984' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
574 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2420' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
575 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2758' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
576 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3296' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
577 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3403' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
578 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3256' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
579 | SELECT * FROM language_variables WHERE lan_id='2' AND name='addscripts.body_bottom' LIMIT 1 |
580 | SELECT * FROM `plugin_metadata` WHERE (`plugin_metadata`.`category` = 'comparer' AND `plugin_metadata`.`name` = 'struq') LIMIT 1 OFFSET 0 |
581 | SELECT * FROM `plugin_metadata` WHERE (`plugin_metadata`.`category` = 'comparer' AND `plugin_metadata`.`name` = 'go') LIMIT 1 OFFSET 0 |
582 | SELECT * FROM `plugin_metadata` WHERE (`plugin_metadata`.`category` = 'comparer' AND `plugin_metadata`.`name` = 'admeta') LIMIT 1 OFFSET 0 |