zerryxu Posted September 22, 2013 Share Posted September 22, 2013 I want modify some code on footer.php, but I can't find it Link to comment Share on other sites More sharing options...
JohnP7 Posted September 22, 2013 Share Posted September 22, 2013 I want modify some code on footer.php, but I can't find it Same here would like to know Link to comment Share on other sites More sharing options...
system_error86 Posted September 22, 2013 Share Posted September 22, 2013 Hello! what do you want to do exactly? The footer.php is in htdocs->yoursite! If you want to change something else you must go in yoursite->themes->yourtheme->footer.tpl or in the modules folder you can find settings for the footer Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 the question is: for what purposes you're looking for footer.php file? this file is deprecated in prestashop 1.5+ Link to comment Share on other sites More sharing options...
zerryxu Posted September 22, 2013 Author Share Posted September 22, 2013 I want delete the right column of home page, and product page, I hope there is only 2 column the question is: for what purposes you're looking for footer.php file? this file is deprecated in prestashop 1.5+ Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 so you're looking for footer.tpl file located in your theme directory: themes/YOUR_THEME/footer.tpl exactly as system_error86 suggested above 1 Link to comment Share on other sites More sharing options...
system_error86 Posted September 22, 2013 Share Posted September 22, 2013 you can go to admin panel then you must change the settings in modules->positions, there you must unhook the footer from these pages Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 if you want to remove right column, these tuts should help you: http://mypresta.eu/en/art/basic-tutorials/how-to-remove-left-column-in-prestashop.html this tut is for left column, but you can follow steps and do the same to right column you can go to admin panel then you must change the settings in modules->positions, there you must unhook the footer from these pages this is guide to remove right column? 1 Link to comment Share on other sites More sharing options...
system_error86 Posted September 22, 2013 Share Posted September 22, 2013 if you want to remove right column, these tuts should help you: http://mypresta.eu/en/art/basic-tutorials/how-to-remove-left-column-in-prestashop.html this tut is for left column, but you can follow steps and do the same to right column this is guide to remove right column? in positions of modules you can set when the modules should appear if we go to right column in positions page of admin panel we see the modules that hook there so if you choose to edit each of modules in right columns you can set exceptions in which page you want to apears! here is a link that might help ! this is the way that i did if i were you! http://doc.prestashop.com/display/PS15/Managing+Modules+and+Themes#ManagingModulesandThemes-Positions 1 Link to comment Share on other sites More sharing options...
vekia Posted September 22, 2013 Share Posted September 22, 2013 but with this feature you can't remove right column, only hide modules attached to right column. even if you will remove all modules - right column will exist in page body. 1 Link to comment Share on other sites More sharing options...
system_error86 Posted September 23, 2013 Share Posted September 23, 2013 But if we delete the right column it wiil be deleted from all pages and not only from specifically pages! Anyway in my theme the way that desapears the right column is that unhooks the modules from there and changes the public css! Link to comment Share on other sites More sharing options...
vekia Posted September 23, 2013 Share Posted September 23, 2013 you can define if conditions to remove right column only on certain pages Link to comment Share on other sites More sharing options...
system_error86 Posted September 23, 2013 Share Posted September 23, 2013 (edited) yes you have right ! i used this way because i dont want to change tha code in the pages! but anyway what ever he wants! i sent you pm Edited September 23, 2013 by system_error86 (see edit history) Link to comment Share on other sites More sharing options...
zerryxu Posted September 24, 2013 Author Share Posted September 24, 2013 thank you I have already got this problem Link to comment Share on other sites More sharing options...
vekia Posted September 24, 2013 Share Posted September 24, 2013 so problem is solved? Link to comment Share on other sites More sharing options...
Recommended Posts