Query: |
SELECT `T1`.*, `T2`.`Box_position`, `T2`.`Box_design`
FROM `fl_landing_pages_lang` AS `T1`
LEFT JOIN `fl_landing_pages` AS `T2` ON `T1`.`Page_ID` = `T2`.`ID`
WHERE `T1`.`Lang_code` = 'ru' AND ((`Landing_path` = 'penoblok/oplata:Аванс 100%s) OR (`Original_path` = 'penoblok/oplata:Аванс 100%s)) AND `T2`.`Status` = 'active'
LIMIT 1 |