In this post I am going to explain how to get CMS page details by id in PrestaShop 1.7. // Your CMS Page Id $id_cms = 4; // Language id $id_lang = (int) Configuration::get(‘PS_LANG_DEFAULT’); // Load CMS Page object $cms = new CMS($id_cms, $id_lang); // Validate CMS Page object if (Validate::isLoadedObject($cms)) { // Get CMS…


Recent Comments