Error de filtrado plantilla: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '))' at line 4, query was: SELECT `e`.*, `link`.*, `product_website`.*, `price`.*, `link`.`product_id`, (price.final_price < price.price) AS `hasSpecialPrice`, `e`.`entity_id` AS `identifier`, `e`.`entity_id` FROM `catalog_product_entity` AS `e` LEFT JOIN `catalog_product_super_link` AS `link` ON link.parent_id = e.entity_id LEFT JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = link.product_id LEFT JOIN `catalog_product_index_price` AS `price` ON price.entity_id = COALESCE(link.product_id, e.entity_id) AND price.website_id = 1 AND price.customer_group_id = 0 WHERE (e.entity_id IN ())