Kantyl Posted April 7, 2014 Share Posted April 7, 2014 Hello, When we configure the modules position in the left column, we choose "files" (e.g. address, cart...) for which we don't want to display the module. But, how can we do, when, in the middle column, we don't have a "file", but a module (e.g. cashondelivery, referal-program...) ? In this case, I get, on the left column, all the active modules and cannot remove some of them. I hope I've been clear... Thanks Link to comment Share on other sites More sharing options...
vekia Posted April 7, 2014 Share Posted April 7, 2014 hello in this case everythinf depends on module. for example bankwire module: controllers/front/payment.php there is a code: public $display_column_left = false; it mean that left column is disabled Link to comment Share on other sites More sharing options...
Kantyl Posted April 8, 2014 Author Share Posted April 8, 2014 Thank you, but I cannot find this kind of code in modules cashondelivery and referal-program. Or do I just need to add this line of code in the php of these modules ? Link to comment Share on other sites More sharing options...
Recommended Posts