Search the Community
Showing results for tags 'moduleadmincontroller'.
-
Hi, I have a module which displays table in DisplayAdminProductsExtra hook, and there are links to another controller extending ModuleAdminController. Controller is in my_module/controllers/admin/ link is: index.php?controller=AdminDetailSpecificationTables It didn't work for first t...
- 5 replies
-
- ModuleAdminController
- controller
-
(and 3 more)
Tagged with:
-
I'm building a simple ModuleAdminController to manage my faq items. However when i change the position of a item, the change is not saved to the database. I don't get any error, it says: "Update successful". What am i doing wrong? <?php if (defined('__PS_VERSION_')) { exit('Restricted Access!!!'...
-
Hi, I have done a form to add information for my module, but know, i don't know how i can't differentiate between add form and edit form. Someone can help me? And how i can get data to fill the form in the edit mode? Thanks everyone for the help!
- 3 replies
-
- ModuleAdminController
- php
-
(and 2 more)
Tagged with:
-
Hi all, I created a class for my module which uses helper form to edit a record in my table. AdminBlockQuoteController My SQL query successfully loads the data to the list. But when I select to edit a record, it loads the form, but with no data. When I debug using smarty console, my...
- 2 replies
-
- helper form
- data
-
(and 4 more)
Tagged with:
-
Hi all. I need some help or inspiration. I´m making a module for my boss. We want to modify the prices depeding on the destination of the order. For the module I´m using some tabs, and into the tab class I´m using the next code to declare the form to pass the data directly to database: pub...
- 3 replies
-
- admincontroller
- moduleadmincontroller
-
(and 5 more)
Tagged with:
-
I am trying to add a ModuleAdminController to process a 'submit' function for a button that was placed in hookAdminCustomers but I cannot get the controller to work. Background: I have used the AdminCustomers hook to plug-in custom data (exactly like the referralprogram module). I have inclu...
-
- ModuleAdminController
- hookAdminCustomers
- (and 2 more)