fmoreira86 Posted March 1, 2019 Share Posted March 1, 2019 With my version 1.7.5.1 I can't change CMS pages layout because the option CMS doesn't show up at theme options. To Reproduce Go to Design Go to Theme & Logo Click Choose Layouts CMS Is missing Additionnal information PrestaShop version: 1.7.5.1 PHP version: PHP 7.0.33-0ubuntu0.16.04.1 Already tried: Clear cache Reset Theme configurator module Replace entire Classic theme Delete prod and dev folders. Link to comment Share on other sites More sharing options...
c64girl Posted April 23, 2019 Share Posted April 23, 2019 (edited) Did You fix it? I am missing more than CMS... Worst Prestashop version ever 😕 I missing those: Most frequently bought New products promotions product cms It seems You dont have it too. Edited April 23, 2019 by c64girl (see edit history) Link to comment Share on other sites More sharing options...
ej.farsta Posted July 11, 2020 Share Posted July 11, 2020 Anyone solved the issue ? I don't have "product" in 1.7.6.5 Link to comment Share on other sites More sharing options...
ruilong Posted December 28, 2020 Share Posted December 28, 2020 You need to insert the missing metas in the correct table, like this. INSERT INTO `ps_meta` (`id_meta`, `page`, `configurable`) VALUES (NULL, 'product', '0'); INSERT INTO `ps_meta` (`id_meta`, `page`, `configurable`) VALUES (NULL, 'cms', '0'); INSERT INTO `ps_meta` (`id_meta`, `page`, `configurable`) VALUES (NULL, 'best-sales', '0'); INSERT INTO `ps_meta` (`id_meta`, `page`, `configurable`) VALUES (NULL, 'prices-drop', '0'); INSERT INTO `ps_meta` (`id_meta`, `page`, `configurable`) VALUES (NULL, 'new-products', '0'); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now