User 'lageneyvoute' has exceeded the 'max_questions' resource (current value: 40000)

			SELECT `id_product`
			FROM `ps_specific_price`
			WHERE	`id_shop` IN(0, 1) AND
					`id_currency` IN(0, 1) AND
					`id_country` IN(0, 8) AND
					`id_group` IN(0, 1) AND
					`from_quantity` = 1 AND
					(
						(`from` = '0000-00-00 00:00:00' OR '2026-09-21 22:18:45' >= `from`)
						AND
						(`to` = '0000-00-00 00:00:00' OR '2026-09-21 22:18:45' <= `to`)
					)
					AND
					`reduction` > 0