aryamanmandhana Posted August 21, 2014 Share Posted August 21, 2014 (edited) Hi, On my store currently, there is a homepage, the dynamic homepage provided by PrestaShop and a bunch of static CMS pages that I have created. I want to remove the current dynamic homepage and make one of the static CMS pages the new homepage. How can I do this such that: 1. ../ opens to the CMS page and not the home page 2. "home" link in the breadcrumbs is now the CMS page (without having to manually do this).I basically want to change the home page for the entire system. Solution to either would be highly appreciated. Here is what I have tried:index.php file in the root folder I tried a simple PHP redirect header("Location:URL") exit; but without any success. The error shown is "webpage has a redirect loop".Thanks Aryaman Edited August 21, 2014 by aryamanmandhana (see edit history) Link to comment Share on other sites More sharing options...
msk69 Posted August 21, 2014 Share Posted August 21, 2014 http://mypresta.eu/modules/front-office-features/cms-on-homepage.html Link to comment Share on other sites More sharing options...
360HD Posted August 30, 2017 Share Posted August 30, 2017 Hello, Need a simple solution for prestashop 1.7.x (without hacking core file). There is probably something to put in the index.tpl file to load a specific CMS page content, but I'm new to prestashop and can't find what is the right syntax. Thanks Alex 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