Jump to content

Search the Community

Showing results for tags 'admin controller'.

  • Search By Tags

    • admin controller ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 16 results

  1. Hi, I am working to develop Add/Edit/Delete/Search/Bulk Delete operation in module admin controller. The delete operation working fine but edit not working. Also what to use for add/search/Bulk Edit operations. if (Tools::isSubmit('delete'.$this->table)) { // function work }...
  2. 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...
  3. 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...
  4. 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...
  5. 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('...
  6. I'm trying to make admin controller for table that will have many to many relationship the solution i found was using assosiation on my object model but i got error Notice: Undefined property: Doctors::$associations the model is require_once _PS_ROOT_DIR_.'/modules/tender/override/Hospitals.php'...
  7. 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 ?...
  8. 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.
  9. 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...
  10. 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
  11. 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...
  12. Hi everyone, I created a new admin controller in prestashop, I used helperlist but view of my admin page is distorted. ----------------------------------------------------------------------------------------------------------- I've followed these steps : 1. - I created /controllers/admin/A...
  13. 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
  14. 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?
  15. 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...
  16. 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'...
×
×
  • Create New...