Melusine Posted March 24, 2014 Share Posted March 24, 2014 Bonjour Il faut que je modifie CategoryController.php. Pour ce faire j'ai récupérée le fichier situé dans controllers/front/CategoryController.php et je l'ai mis dans override/controllers/front/CategoryController.php Ensuite j'ai remplacée "class CategoryControllerCore extends FrontController" par "class CategoryController extends CategoryControllerCore". Mais quand je fait $this->context->smarty->assign('test', 'Bonjour Toto'); dans initContent() il ne se renvoi rien dans ma variable ({$test|@var_dump} est nulle). Alors que si je le fait sur le fichier d'origine ça fonctionne... Prestashop 1.5.6.2. Savez-vous comment faire pour que ça fonctionne ? Merci ^^ Link to comment Share on other sites More sharing options...
Prestaspirit Posted March 24, 2014 Share Posted March 24, 2014 Bonjour, Vous avez bien parent::initContent(); en début de méthode ? Link to comment Share on other sites More sharing options...
SMorillon.com Posted March 24, 2014 Share Posted March 24, 2014 Il faut supprimer le fichier : /cache/class_index.php Pour que Prestashop le recréé en prenant en compte les nouveaux overrides. Bonne journée. 1 Link to comment Share on other sites More sharing options...
Melusine Posted March 24, 2014 Author Share Posted March 24, 2014 Il faut supprimer le fichier : /cache/class_index.php Pour que Prestashop le recréé en prenant en compte les nouveaux overrides. Rrrr tout ça pour ça... Merci ! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now