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 ( 'ebda9c0d97701946dd22fb70956012f0' )) ORDER BY CHAR_LENGTH( url ) desc LIMIT 1 OFFSET 0 |
4 | SELECT * FROM `core_language` |
5 | SELECT * FROM `core_language` |
6 | SELECT * FROM `producer` 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='ebda9c0d97701946dd22fb70956012f0' 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', '1728468182', '1728468182', '1728468182') |
30 | SELECT COUNT( * ) AS the_count FROM `repository` WHERE `customer_id` = '' |
31 | INSERT INTO `repository` (`id`, `updated_at`) VALUES (NULL, '1728468182') |
32 | SELECT * FROM `producer` WHERE `producer`.`id` = '5' LIMIT 1 |
33 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'producer' AND `nice_url`.`object_id` = '5' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
34 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'producer' AND `nice_url`.`object_id` = '5' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
35 |
SELECT product.id, product.* , producer.name AS producer_name
FROM product
LEFT JOIN producer ON producer.id = product.producer_id
WHERE
product.producer_id = '5'
AND product.is_enabled = 1 AND product.is_autoenabled = 1
AND (`product`.`is_available_for_sale` = '1')
GROUP BY product.id
ORDER BY sold_quantity DESC, `name__en` desc LIMIT 36 OFFSET 0
|
36 |
SELECT COUNT( DISTINCT product.id ) AS _record_count
FROM product
WHERE
product.producer_id = '5'
AND product.is_enabled = 1 AND product.is_autoenabled = 1
AND (`product`.`is_available_for_sale` = '1')
|
37 | SELECT distinct name FROM `seo_type` |
38 |
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' |
39 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '1' LIMIT 1 |
40 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '2' LIMIT 1 |
41 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '3' LIMIT 1 |
42 | SELECT * FROM `core_domain_handler_alias` WHERE (`core_domain_handler_alias`.`name` = 'default') LIMIT 1 OFFSET 0 |
43 |
SELECT *
FROM `seo_rule`
WHERE '/detexpol_kids_teens_adult_bed_linen.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
|
44 | SELECT * FROM `seo_field` WHERE `seo_field`.`rule_id` = '2884' |
45 | SELECT * FROM `seo_type_name` |
46 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '2' LIMIT 1 |
47 | SELECT * FROM `seo_type_name` WHERE `seo_type_name`.`id` = '1' LIMIT 1 |
48 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2320' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
49 | SELECT * FROM nice_url WHERE url_hash='ebda9c0d97701946dd22fb70956012f0' ORDER BY is_redirect ASC, CHAR_LENGTH(url) desc |
50 | 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 |
51 | SELECT * FROM nice_url WHERE url_hash='ebda9c0d97701946dd22fb70956012f0' ORDER BY CHAR_LENGTH(url) desc LIMIT 1 OFFSET 0 |
52 | SELECT * FROM nice_url WHERE object_type='producer'and object_id='5' and lang_code='pl' ORDER BY is_redirect ASC LIMIT 1 |
53 | SELECT * FROM nice_url WHERE object_type='producer'and object_id='5' and lang_code='en' ORDER BY is_redirect ASC LIMIT 1 |
54 | SELECT * FROM language_variables WHERE lan_id='2' AND name='addscripts.head_bottom' LIMIT 1 |
55 | SELECT * FROM nice_url WHERE url_hash='ebda9c0d97701946dd22fb70956012f0' ORDER BY is_redirect ASC, CHAR_LENGTH(url) desc |
56 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.rs.contact' |
57 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.facebook' |
58 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.twitter' |
59 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.instagram' |
60 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.pinterest' |
61 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.google_plus' |
62 | SELECT data FROM language_variables WHERE lan_id='2' AND name='shop_core.sm.youtube' |
63 | SELECT * FROM language_variables WHERE lan_id='2' AND name='addscripts.body_top' LIMIT 1 |
64 | SELECT * FROM `currency` WHERE `currency`.`id` = '2' LIMIT 1 |
65 | SELECT * FROM `core_language` ORDER BY name__en asc |
66 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '200000' LIMIT 1 |
67 | 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 |
68 | SELECT * FROM `colorlist` ORDER BY name__en asc |
69 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '300000' LIMIT 1 |
70 | 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 |
71 | SELECT * FROM `product_section` WHERE `product_section`.`is_hidden` = '0' ORDER BY ordering asc |
72 | SELECT * FROM `manual_url` WHERE `manual_url`.`id` = '400000' LIMIT 1 |
73 | 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 |
74 | SELECT * FROM `category` WHERE `category`.`id` = '1' LIMIT 1 |
75 |
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
|
76 | 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 |
77 | 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 |
78 | 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 |
79 | 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 |
80 | 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 |
81 | 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 |
82 | 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 |
83 | 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 |
84 | 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 |
85 | 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 |
86 | 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 |
87 | 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 |
88 | 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 |
89 | 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 |
90 | 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 |
91 | 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 |
92 | 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 |
93 | 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 |
94 | 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 |
95 | 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 |
96 | 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 |
97 | 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 |
98 | 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 |
99 | 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 |
100 | 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 |
101 |
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
|
102 |
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
|
103 |
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
|
104 |
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
|
105 |
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
|
106 |
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
|
107 |
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
|
108 |
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
|
109 |
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
|
110 |
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
|
111 |
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
|
112 |
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
|
113 |
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
|
114 |
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
|
115 |
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
|
116 |
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
|
117 |
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
|
118 |
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
|
119 |
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
|
120 | SELECT * FROM `collection` ORDER BY name__en asc |
121 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
122 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
123 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '10' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
124 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
125 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
126 | SELECT * 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 |
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` = '75' 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 * 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 |
131 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
132 |
SELECT COUNT( * ) AS product_count
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` = '60' 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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
136 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '15' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
137 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
138 | SELECT * 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 |
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 * 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 |
141 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
142 |
SELECT COUNT( * ) AS product_count
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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
144 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '126' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
145 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
146 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '16' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
147 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
148 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
149 | SELECT * 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 |
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` = '109' 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` = '111' 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` = '43' 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` = '28' 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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
162 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '119' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
163 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
164 | SELECT * 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 |
165 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
166 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '123' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
167 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
168 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
169 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '22' 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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
172 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '93' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
173 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
174 | SELECT * 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 |
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 * 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 |
177 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
178 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '74' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
179 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
180 |
SELECT COUNT( * ) AS product_count
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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
182 |
SELECT COUNT( * ) AS product_count
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` = '117' 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 * 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 |
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` = '92' 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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
192 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '91' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
193 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
194 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
195 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '57' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
196 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
197 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '112' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
198 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
199 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '79' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
200 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
201 |
SELECT COUNT( * ) AS product_count
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` = '121' 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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
205 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '58' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
206 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
207 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
208 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '97' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
209 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
210 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
211 |
SELECT COUNT( * ) AS product_count
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 * 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 |
213 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
214 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '110' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
215 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
216 | SELECT * 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 |
217 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
218 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '108' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
219 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
220 |
SELECT COUNT( * ) AS product_count
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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
222 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '36' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
223 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
224 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '84' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
225 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
226 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
227 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
228 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '96' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
229 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
230 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '89' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
231 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
232 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '45' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
233 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
234 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
235 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
236 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '116' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
237 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
238 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '67' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
239 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
240 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '83' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
241 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
242 |
SELECT COUNT( * ) AS product_count
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` = '118' 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` = '62' 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 * 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 |
248 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
249 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '53' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
250 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
251 |
SELECT COUNT( * ) AS product_count
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` = '73' 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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
255 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '107' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
256 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
257 | SELECT * 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 |
258 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
259 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '42' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
260 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
261 |
SELECT COUNT( * ) AS product_count
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` = '18' 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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
265 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
266 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
267 | SELECT * 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 |
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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
273 |
SELECT COUNT( * ) AS product_count
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 * 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 |
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 * 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 |
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 * 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 |
279 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
280 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'collection' AND `nice_url`.`object_id` = '48' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
281 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
282 |
SELECT COUNT( * ) AS product_count
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 COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
284 |
SELECT COUNT( * ) AS product_count
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` = '103' 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 * 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 |
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 * 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 |
290 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
291 |
SELECT COUNT( * ) AS product_count
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` = '71' 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` = '29' 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 * 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 |
297 |
SELECT COUNT( * ) AS product_count
FROM product WHERE collection_id = :collection_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
298 | SELECT * FROM `colorlist` ORDER BY name__en asc |
299 |
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
|
300 | 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 |
301 |
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
|
302 | 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 |
303 |
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
|
304 | 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 |
305 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
306 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '9' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
307 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
308 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '1' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
309 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
310 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '4' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
311 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
312 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '3' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
313 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
314 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '8' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
315 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
316 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '7' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
317 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
318 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '15' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
319 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
320 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '16' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
321 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
322 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '14' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
323 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
324 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '13' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
325 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
326 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '12' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
327 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
328 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '5' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
329 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
330 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '17' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
331 |
SELECT COUNT( * ) AS product_count
FROM product WHERE colorlist_id = :colorlist_id
AND product.is_enabled = 1
AND product.is_autoenabled = 1
AND product.is_available_for_sale = 1
|
332 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'colorlist' AND `nice_url`.`object_id` = '2' AND `nice_url`.`lang_code` = 'en') ORDER BY is_redirect asc |
333 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '1' LIMIT 1 |
334 |
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
|
335 |
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)
|
336 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '40' LIMIT 1 |
337 | 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 |
338 |
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)
|
339 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '2' LIMIT 1 |
340 | 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 |
341 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
342 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '41' LIMIT 1 |
343 | 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 |
344 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
345 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '1' LIMIT 1 |
346 | 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 |
347 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
348 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '39' LIMIT 1 |
349 | 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 |
350 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
351 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '42' LIMIT 1 |
352 | 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 |
353 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
354 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '49' LIMIT 1 |
355 | 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 |
356 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
357 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '3' LIMIT 1 |
358 | 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 |
359 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
360 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '4' LIMIT 1 |
361 | 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 |
362 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
363 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '5' LIMIT 1 |
364 | 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 |
365 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
366 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '6' LIMIT 1 |
367 | 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 |
368 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
369 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '7' LIMIT 1 |
370 | 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 |
371 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
372 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '8' LIMIT 1 |
373 | 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 |
374 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '10' LIMIT 1 |
375 |
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
|
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` = '45' LIMIT 1 |
378 | 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 |
379 |
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)
|
380 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '44' LIMIT 1 |
381 | 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 |
382 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
383 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '43' LIMIT 1 |
384 | 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 |
385 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '2' LIMIT 1 |
386 |
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
|
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
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
389 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '10' LIMIT 1 |
390 | 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 |
391 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
392 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '11' LIMIT 1 |
393 | 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 |
394 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
395 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '12' LIMIT 1 |
396 | 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 |
397 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '3' LIMIT 1 |
398 |
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
|
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` = '13' LIMIT 1 |
401 | 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 |
402 |
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)
|
403 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '14' LIMIT 1 |
404 | 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 |
405 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
406 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '38' LIMIT 1 |
407 | 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 |
408 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
409 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '35' LIMIT 1 |
410 | 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 |
411 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
412 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '15' LIMIT 1 |
413 | 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 |
414 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
415 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '16' LIMIT 1 |
416 | 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 |
417 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
418 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '17' LIMIT 1 |
419 | 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 |
420 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
421 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '18' LIMIT 1 |
422 | 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 |
423 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
424 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '19' LIMIT 1 |
425 | 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 |
426 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
427 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '20' LIMIT 1 |
428 | 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 |
429 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '4' LIMIT 1 |
430 |
SELECT DISTINCT sizelist.id, `sizelist`.`name__pl` AS name__pl, `sizelist`.`name__en` AS name__en
FROM sizelist
WHERE 1
AND sizelist.is_hidden != 1
AND sizelist.header_id = '4'
GROUP BY sizelist.id
ORDER BY ordering asc
|
431 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
432 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '34' LIMIT 1 |
433 | 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 |
434 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
435 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '33' LIMIT 1 |
436 | 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 |
437 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
438 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '32' LIMIT 1 |
439 | 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 |
440 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
441 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '31' LIMIT 1 |
442 | 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 |
443 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
444 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '30' LIMIT 1 |
445 | 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 |
446 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '5' LIMIT 1 |
447 |
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
|
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` = '25' LIMIT 1 |
450 | 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 |
451 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
452 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '26' LIMIT 1 |
453 | 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 |
454 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
455 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '27' LIMIT 1 |
456 | 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 |
457 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
458 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '46' LIMIT 1 |
459 | 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 |
460 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
461 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '28' LIMIT 1 |
462 | 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 |
463 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
464 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '29' LIMIT 1 |
465 | 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 |
466 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '6' LIMIT 1 |
467 |
SELECT DISTINCT sizelist.id, `sizelist`.`name__pl` AS name__pl, `sizelist`.`name__en` AS name__en
FROM sizelist
WHERE 1
AND sizelist.is_hidden != 1
AND sizelist.header_id = '6'
GROUP BY sizelist.id
ORDER BY ordering asc
|
468 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
469 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '23' LIMIT 1 |
470 | 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 |
471 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
472 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '36' LIMIT 1 |
473 | 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 |
474 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
475 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '48' LIMIT 1 |
476 | 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 |
477 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
478 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '37' LIMIT 1 |
479 | 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 |
480 |
SELECT
COUNT(*) AS product_count
FROM
product P
LEFT JOIN unavailability_option uo ON uo.id = P.unavailability_option_id,
product_variant V,
product_option O,
sizelist S
WHERE 1
AND P.id=V.product_id
AND V.option_id=O.id
AND O.sizelist_id=:sizelist_id
AND P.is_enabled = 1
AND P.is_autoenabled = 1
AND P.is_available_for_sale = 1
AND V.is_active = 1
AND ( NOT (uo.is_blocking_sell = 1 AND V.warehouse_quantity - V.queue_quantity <= 0) OR uo.is_blocking_sell = 0)
AND S.id=O.sizelist_id
AND (S.product_type_id=0 OR P.product_type_id=S.product_type_id)
|
481 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '24' LIMIT 1 |
482 | 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 |
483 | SELECT * FROM `product_section` WHERE `product_section`.`id` = '8' LIMIT 1 |
484 |
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
|
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` = '21' LIMIT 1 |
487 | 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 |
488 |
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)
|
489 |
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)
|
490 | SELECT * FROM `sizelist` WHERE `sizelist`.`id` = '47' LIMIT 1 |
491 | 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 |
492 |
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
WHERE
product.is_enabled = 1 AND product.is_autoenabled = 1
AND product.producer_id = '5'
GROUP BY collection.id
ORDER BY name__en asc
|
493 |
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` = '22813092' AND `cart_item`.`type` <> 'sms')
ORDER BY cart_item.id ASC
|
494 |
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 ( '2320', '2956', '2187', '2831', '2011', '3330', '792', '3326', '2922', '1836', '1520', '1606', '2163', '3152', '2538', '2879', '2232', '2962', '2973', '2772', '2857', '2635', '3192', '2601', '3296', '3156', '3002', '2806', '2941', '2234', '3259', '2862', '2864', '3149', '2813', '3358' ))
|
495 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2320' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
496 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2956' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
497 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2187' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
498 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2831' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
499 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2011' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
500 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3330' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
501 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '792' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
502 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '3326' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
503 | SELECT * FROM `nice_url` WHERE (`nice_url`.`object_type` = 'product' AND `nice_url`.`object_id` = '2922' 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` = '1836' 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` = '1520' 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` = '1606' 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` = '2163' 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` = '3152' 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` = '2538' 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` = '2879' 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` = '2232' 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` = '2962' 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` = '2973' 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` = '2772' 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` = '2857' 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` = '2635' 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` = '3192' 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` = '2601' 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` = '3296' 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` = '3156' 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` = '3002' 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` = '2806' 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` = '2941' 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` = '2234' 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` = '3259' 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` = '2862' 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` = '2864' 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` = '3149' 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` = '2813' 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` = '3358' AND `nice_url`.`is_redirect` = '0') ORDER BY lang_code DESC, alias |
531 |
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 ( '2320', '2956', '2187', '2831', '2011', '3330', '792', '3326', '2922', '1836', '1520', '1606', '2163', '3152', '2538', '2879', '2232', '2962', '2973', '2772', '2857', '2635', '3192', '2601', '3296', '3156', '3002', '2806', '2941', '2234', '3259', '2862', '2864', '3149', '2813', '3358' )
GROUP BY product_variant.product_id |
532 |
SELECT id, product_id, warehouse_symbol
FROM product_variant
WHERE warehouse_symbol IS NOT NULL AND warehouse_symbol != ''
AND `product_variant`.`product_id` IN ( '2320', '2956', '2187', '2831', '2011', '3330', '792', '3326', '2922', '1836', '1520', '1606', '2163', '3152', '2538', '2879', '2232', '2962', '2973', '2772', '2857', '2635', '3192', '2601', '3296', '3156', '3002', '2806', '2941', '2234', '3259', '2862', '2864', '3149', '2813', '3358' )
GROUP BY product_id
|
533 |
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 ( '2320', '2956', '2187', '2831', '2011', '3330', '792', '3326', '2922', '1836', '1520', '1606', '2163', '3152', '2538', '2879', '2232', '2962', '2973', '2772', '2857', '2635', '3192', '2601', '3296', '3156', '3002', '2806', '2941', '2234', '3259', '2862', '2864', '3149', '2813', '3358' ) |
534 |
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 ( '2320', '2956', '2187', '2831', '2011', '3330', '792', '3326', '2922', '1836', '1520', '1606', '2163', '3152', '2538', '2879', '2232', '2962', '2973', '2772', '2857', '2635', '3192', '2601', '3296', '3156', '3002', '2806', '2941', '2234', '3259', '2862', '2864', '3149', '2813', '3358' ) AND pptf.product_profile_id IN ( '25', '17', '18', '15', '6' ))
GROUP BY product_field.`profile_field_id`
ORDER BY `pptf`.`ordering` ASC |
535 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2320' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
536 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2956' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
537 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2187' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
538 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2831' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
539 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2011' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
540 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3330' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
541 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '792' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
542 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3326' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
543 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2922' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
544 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '1836' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
545 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '1520' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
546 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '1606' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
547 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2163' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
548 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3152' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
549 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2538' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
550 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2879' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
551 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2232' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
552 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2962' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
553 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2973' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
554 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2772' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
555 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2857' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
556 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2635' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
557 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3192' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
558 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2601' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
559 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3296' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
560 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3156' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
561 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3002' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
562 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2806' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
563 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2941' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
564 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2234' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
565 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3259' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
566 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2862' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
567 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2864' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
568 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3149' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
569 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '2813' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
570 | SELECT * FROM `product_picture` WHERE `product_picture`.`product_id` = '3358' ORDER BY ordering asc LIMIT 1 OFFSET 0 |
571 | SELECT * FROM language_variables WHERE lan_id='2' AND name='addscripts.body_bottom' LIMIT 1 |
572 | SELECT * FROM `plugin_metadata` WHERE (`plugin_metadata`.`category` = 'comparer' AND `plugin_metadata`.`name` = 'struq') LIMIT 1 OFFSET 0 |
573 | SELECT * FROM `plugin_metadata` WHERE (`plugin_metadata`.`category` = 'comparer' AND `plugin_metadata`.`name` = 'go') LIMIT 1 OFFSET 0 |
574 | SELECT * FROM `plugin_metadata` WHERE (`plugin_metadata`.`category` = 'comparer' AND `plugin_metadata`.`name` = 'admeta') LIMIT 1 OFFSET 0 |