ThunderPaul Posted October 22, 2013 Share Posted October 22, 2013 Hello, I set the modules in the left column of PS so it does not appear in the phase of the 5 steps of the shopping cart. These modules do not appear until later in the page of the installed modules from external sources to expiate / modules / payment.php, in doing so I overlaps the template. Is there a way to add the pages of external modules in the list of the pages where you do not see every single module? Greetings. Link to comment Share on other sites More sharing options...
vekia Posted October 22, 2013 Share Posted October 22, 2013 you can just disable column in module, it will be much easier Link to comment Share on other sites More sharing options...
ThunderPaul Posted October 29, 2013 Author Share Posted October 29, 2013 How do I turn off the column on the module? Link to comment Share on other sites More sharing options...
vekia Posted October 29, 2013 Share Posted October 29, 2013 in module controller, in public function initContent() you can use: $this->display_column_left = false; Link to comment Share on other sites More sharing options...
ThunderPaul Posted October 31, 2013 Author Share Posted October 31, 2013 Thanks, I'll try this solution Link to comment Share on other sites More sharing options...
Recommended Posts