Jump to content

Search the Community

Showing results for tags 'helper form'.

  • Search By Tags

    • helper form ×
    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 12 results

  1. Hi! I am developing a new module, where I have to create a new product tab in backoffice. This is not very difficult task, but i am finding problems to integrate helper form into this tab. I have created another similar modules, but writing the html manually. Now I would like to use...
  2. Hi, I just started writing my new module, and i have a problem with invalid token value error, here is the code: class UltimateExporter extends Module { function __construct() { $this->name = 'ultimateexporter'; $this->tab = 'administration'; $this->ver...
  3. I am saving the values in the form 10,20,30,40 into the database. In edit page i having HelperForm as below. array( 'type' => 'select' , // This is a <select> tag. 'label' => $this->l('Companion Model Nos:') , // The <label> for this <select> tag. 'desc' => $this->l('Choose Companion Model Numbers...
  4. Hi.all my friends i am upload the image file using helper form like as array( 'type' => 'file', 'desc' => sprintf($this->l('icon. Maximum image size: %s.'), ini_get('upload_max_filesize')), 'label' => $this->l('icon'), 'display_image' => true, 'name' => 'ICON_FILEDS', 'thumb' => '../modules/'.$t...
  5. I have a date input on my form, but the date format used is YYYY-mm-dd. However, the default date format on my prestashop config is dd/mm/YYYY. All the other controllers are using the default date format, except the controller created by me. How can I change the date format? This is my field:...
  6. 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...
  7. Hi community. Today I'm trying to figuring out if it is possible to have ONE Helper Form that handles multiple submit actions. I know that already someone on the forum had the same need but didn't get any help. I hope I'll be more lucky. Thanks in advance. Cheers.
  8. Hi everyone! I've created a Admin controller with an object model for table but when I use helper form for editing a row of table my changes doesnt save in database. and row that I've edit will be removed from list view !! this is my controller code: ---------------------------------------...
  9. Buenas a todos! Estoy liado con la creación de formularios en prestashop, hace poco tiempo relativamente que uso este gestor y la verdad es que funciona muy bien! Mi problema es el siguiente: Como ya sabeis en prestashop 1.5 se ha integrado la funcionalidad de crear formularios de una forma...
  10. Hi, I've read the http://doc.prestashop.com/display/PS15/HelperForm guide, but couldn't understand if it's possible to add several fieldset tags to one help form. for instance, the equivalence of : <form> <fieldset> <input type="text" id="field1"> <input type="text" id="field2"> </fieldset> <fiel...
  11. Bonjour, Je m'excuse si je n'ai aps mit le topic dans la bonne catégorie. Je suis actuéllement en train de faire un module avec un formulaire. Je passe donc par Helper form. J'ai des checkbox, mais je ne vois pas comment mettre une valeur aux Chexbox. Je suis sur prestashop 1.5.6.1. Merci...
  12. Hi Everybody, I am creating a Module. In which I have created a new Admin Tab and menus. For menus I have created controller by extending "AdminTab" class. Now I want create form in menu's controller file using Helper class. But how can I use Helper in controller without extending "Modu...
×
×
  • Create New...