string(424) "SELECT a.id_ce_content as id FROM tv_ce_content a
LEFT JOIN tv_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN tv_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 2 AND sa.id_shop = 4 AND a.hook LIKE 'displayFooterProduct' AND (a.id_product = 0 OR a.id_product = 9188) AND a.active = 1 ORDER BY a.id_product DESC"