vinaysaini Posted September 16, 2013 Share Posted September 16, 2013 I want to change the layout of back office catalog->product listing page completely. Can anyone tell me which are the files I need to change? Link to comment Share on other sites More sharing options...
vekia Posted September 16, 2013 Share Posted September 16, 2013 the questions is: what you exactly want to change? im asking because this page is based on Object model, so you will have to change serveral things... class and also theme template files (ADMIN_DIR/themes/default/) Link to comment Share on other sites More sharing options...
vinaysaini Posted September 16, 2013 Author Share Posted September 16, 2013 Thanks for your reply Basically I want to change the complete layout of this page. I want to divide the page layout in two parts, left categories tab and right product listing according to category. I have made content.tpl inside admin themes->my_custom_theme->template->controller->products which has overridden the default layout product page. My problem is 1) I don't know how shall I send the information to this page like all product from a overriding controller or module? And by using hooks or some other way? 2) Before making my content.tpl how the products were getting dumped to product page? Which file was handling those product and which was sending them to it? I am newbie in prestashop, any help will be appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts