Search the Community
Showing results for tags 'override controller'.
-
Hello. I hope you're well. I'm actually trying to override one module inside another. As on the official prestashop documentation, I did the test with the blockreassurance module, making of course an override of the AdminBlockListingController class. I followed exactly the same procedure as in th...
-
- override modules
- override module controller
- (and 1 more)
-
I am currently working on a project where I need to add an additional column to the products block in the orders view page. Despite extensive research, I have not been able to find a suitable solution. My approach involves creating a module that extends the OrderController class and overrides the pu...
- 3 replies
-
- override controller
- module
-
(and 2 more)
Tagged with:
-
Bonjour la communauté Presta ! 🙂 Je vous contacte car après des heures à éplucher le web je ne parviens pas à ajouter un champ dans la page Clients > Adresses du back-office. Mon besoin est d'ajouter un champ "Type" qui permettrait de savoir pour une adresse s'il s'agit d'une adresse de l...
- 7 replies
-
- override controller
- address
-
(and 1 more)
Tagged with:
-
Hi everyone, I would like to know how to override PS 1.7 symfony controllers. The old way /override/... makes no sense here. I read this announcement http://build.prestashop.com/news/module-development-changes-in-17/#overrides-and-namespaces, but I still need to modify the product f...
- 1 reply
-
- 1
-
-
- backoffice
- override controller
- (and 5 more)
-
Hello. Developing the admin panel for the module I was meet one strange problem. All child class methods works, but one dosnt. There is a controller class AdminStoresController.php. It when the module is installed there are class AdminStoresController extends AdminStoresControllerCore and there ar...
- 3 replies
-
- adminStoresController
- OOP
- (and 7 more)