Search the Community
Showing results for tags 'admin controller'.
-
Hello everybody, I am trying to create new custom admin controller.But It gives error 'Controller not found'. I just add one link and create a new controller in my module(MyModule/controllers/admin) folder Link code is: <a href='{$link->getAdminLink('AdminRecommendations')|escape:'html':'UTF...
-
hello everyone, I have question about Prestashop 1.7.7.6, Custom Module -> Admin Controller -> routing. I want to develop the controller including CRUD function such as Laravel framework. I already create new table for product details (it is not enough for us). So that I need create new on...
-
- pages
- admin controller
-
(and 1 more)
Tagged with:
-
Hi, I created a module and I want to override an admin controller from an existing module. I created the override folder using the path modules/mymodule/override/modules/marketplace/controllers/admin/AdminSellerProductDetailController.php following https://devdocs.prestashop.com/1.7/modules/con...
- 10 replies
-
- override
- admin controller
-
(and 2 more)
Tagged with:
-
Hello to all, I created admincontroller in /mymodule/controllers/admin/demo.php Controller is running, but I can't show the content of an tpl file Code in controller: public function initContent() { parent::getContent(); $this->context->smarty->createTemplate('...
-
Bonjour, Depuis peu, je ne parviens plus à accéder à la partie admin de mon Prestashop... J'ai vu que c'était un problème fréquent sur les différents forums. Cependant, mon site fonctionnait sans problème depuis 2017 donc je trouve ça assez étrange. Est ce que quelqu'un peut voler à mon aide ?...
-
How to add your own Admin Controller in prestashop 1.7 module. I create file width my controller. Can it be added with the include function or is there a better way.
-
- module
- prestashop 1.7
-
(and 1 more)
Tagged with:
-
bonjour, J'aimerai créer un module pour avoir des stats personnel et ainsi avoir des tableau de données éxportable comme on peut exporter les statistique dans le module native de prestashop. J'ai donc trouver la requetes SQL qui constitue m'a vue dans PhpMyAdmin mais je n'arrive pas à le m...
-
- view sql
- admin controller
-
(and 1 more)
Tagged with:
-
Salut à tous, est-ce que quelqu'un sait comment accéder à un fichier tpl depuis un admin controller. Je tiens à préciser que ces 2 fichiers se trouvent dans le dossier du module que j'ai créé. Merci
-
- tpl
- admin controller
-
(and 1 more)
Tagged with:
-
Bonjour, Je suis en train de développer un module. J'ai suivi un très bon tuto et tout se passe bien excepté la partie admin. Lorsque je suis dans l'admin, je vois bien la liste de tous mes enregistrements. J'ai bien un bouton "voir, éditer et supprimer" pour chaque lign...
-
- prestashop 1.7
- admin controller
-
(and 1 more)
Tagged with:
-
How can one add extra information in BackOffice - Orders. For example if in Orders in Products ordered table, if a product have a "special price" to show the percent or amount of reduction or to show the initial price ? I use PS 1.6.1.3
- 2 replies
-
- backoffice
- custom order columns
-
(and 1 more)
Tagged with:
-
Hi all, I am using prestashop 1.6.0.9 and there I have created one new admin controller. But when I go to that controller page in admin panel it shows me "Access denied". How can I solve this problem?
-
Hello, I am building a module which is almost done. I have add table like Prestashop image size table. But i want to add a custom button. Which will fire when i click and will do some functionality to generate my image. I have tried by default prestashop helper class but not ab...
- 2 replies
-
- prestashop admin controller
- module
-
(and 1 more)
Tagged with:
-
Bonjour à tous, Est ce quelqu'un sait comment désactiver la création d'un objet dans le controller d'un module cote admin ? En gros j'aimerais que le bouton "Créer" disparaisse et surtout que si un utilisateur ne peut créer un nouvel objet (en tapant l'url directement par exemple). Merci d'...
- 23 replies
-
- admin controller
- module admin controller
-
(and 4 more)
Tagged with: