Gaurav15 Posted December 19, 2018 Share Posted December 19, 2018 So i am new for PrestaShop development i am using PrestaShop 1.7.4.4.how can i hide header and footer page in my home page. Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted December 20, 2018 Share Posted December 20, 2018 (edited) Hi.. use this condition your template file. {if $page.page_name != 'index'} //here is your code {/if} Edited December 20, 2018 by Nishith (see edit history) Link to comment Share on other sites More sharing options...
Gaurav15 Posted December 20, 2018 Author Share Posted December 20, 2018 Thanks, Nishith Can you please suggest any tutorial for PrestaShop development. Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted December 20, 2018 Share Posted December 20, 2018 Hi.. here is prestashop development tutorial https://devdocs.prestashop.com/ if you find header.tpl and footer.tpl file then those file is here /themes/your_themes/templates/_partials Thanks Link to comment Share on other sites More sharing options...
Gaurav15 Posted December 27, 2018 Author Share Posted December 27, 2018 Hi So my all steps are done how to check theme is working and no. Please Help me out I am using a prestashop1.7 starter theme. Link to comment Share on other sites More sharing options...
Gaurav15 Posted December 27, 2018 Author Share Posted December 27, 2018 How to add bootstrap in PrestaShop 1.7 starter theme. Link to comment Share on other sites More sharing options...
Apar Posted December 28, 2018 Share Posted December 28, 2018 On 12/27/2018 at 11:51 AM, Gaurav15 said: How to add bootstrap in PrestaShop 1.7 starter theme. You don't need to add bootstrap. Prestashop already includes bootstrap in its theme. Link to comment Share on other sites More sharing options...
juju298 Posted March 12, 2022 Share Posted March 12, 2022 Hey guys. I also want to hide the header and footer. What would be the code for that? I work with prestashop 1.7.8.4 Link to comment Share on other sites More sharing options...
JBW Posted March 14, 2022 Share Posted March 14, 2022 Override \themes\classic\templates\_partials\header.tpl and \themes\classic\templates\_partials\footer.tpl in your Child-Theme 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