Jump to content

Search the Community

Showing results for tags 'moduleadmincontroller'.

  • Search By Tags

    • moduleadmincontroller ×
    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 7 results

  1. 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...
  2. 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!!!'...
  3. 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!
  4. 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...
  5. 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...
  6. 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...
  7. Hy Folks, I was used to code with 1.4 and I appreciate all the helper stuff present in the 1.5 (except the lack of ddocumentation ;-) ) So now, I have to code a form with multiple interaction on 4 tables. I was wondering the best way for having a great form? I was imagining to work with tabs l...
×
×
  • Create New...