User 'monprodusite' has exceeded the 'max_questions' resource (current value: 391)

		SELECT COUNT(cp.`id_product`) AS total
		FROM `ps_product` p
		LEFT JOIN `ps_area_product` cp ON p.`id_product` = cp.`id_product`
		WHERE cp.`id_area` = 25 AND p.`active` = 1