zczyzyk Posted July 1, 2013 Share Posted July 1, 2013 Hi I wan't to remove some module for second language versions of my shop. Is there any options to do it? BR Link to comment Share on other sites More sharing options...
webprog Posted July 1, 2013 Share Posted July 1, 2013 There is no possibility to disable module for second language in admin panel, but you can do it in the code of the module like this, for example: if ($cookie->id_lang!=1){ } Link to comment Share on other sites More sharing options...
zczyzyk Posted July 1, 2013 Author Share Posted July 1, 2013 Where I need to put this code? In begining of code in module php? Link to comment Share on other sites More sharing options...
webprog Posted July 1, 2013 Share Posted July 1, 2013 (edited) Where I need to put this code? In begining of code in module php? In the begining of the function which process the behavior of the module in the hook, for example: hookLeftColumn() or hookRightColumn() Edited July 1, 2013 by webprog (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts