2grosiek7 Posted June 21, 2013 Share Posted June 21, 2013 Witam, czy i jak da się zdublować moduł produkty polecane? Bo chcę zrobić taki myk, żeby jeden pokazywał jedną kategorię, a drugi inną. Link to comment Share on other sites More sharing options...
vekia Posted June 22, 2013 Share Posted June 22, 2013 1) kopiujesz moduł do innego folderu 2) zmieniasz nazwę głównego pliku php z homefeatured.php np. na doubledfeatured.php 3) w kodzie pliku zmieniasz również: homefeatured na doubledfeatured (lub HOME_FEATURED) w miejscach: class HomeFeatured extends Module $this->name = 'homefeatured'; return parent::install() && Configuration::updateValue('HOME_FEATURED_NBR', 8) && $this->registerHook('home'); return Configuration::deleteByName('HOME_FEATURED_NBR') && parent::uninstall(); Configuration::updateValue('HOME_FEATURED_NBR', (int)$nbr) <input type="text" size="5" name="nbr" value="'.Tools::safeOutput(Tools::getValue('nbr', (int)Configuration::get('HOME_FEATURED_NBR'))).'" /> $nb = (int)Configuration::get('HOME_FEATURED_NBR'); i to w zasadzie wszystko 1 Link to comment Share on other sites More sharing options...
2grosiek7 Posted June 22, 2013 Author Share Posted June 22, 2013 Dziękuję! Link to comment Share on other sites More sharing options...
vekia Posted June 22, 2013 Share Posted June 22, 2013 ma się rozumieć, że poszło wszystko ok? Pytam, bo nie testowałem Link to comment Share on other sites More sharing options...
2grosiek7 Posted June 22, 2013 Author Share Posted June 22, 2013 No nie do końca, zmieniałem frazy za pomocą Znajdź i zamień, także które frazy zostały zmienione - tego nie wiem, ale z pewnością wszystkie. Link to comment Share on other sites More sharing options...
vekia Posted June 22, 2013 Share Posted June 22, 2013 łap paczkę secondfeatured.zip Link to comment Share on other sites More sharing options...
Recommended Posts