Search the Community
Showing results for tags 'helper form'.
-
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...
- 1 reply
-
- helper form
- admin product tab
-
(and 2 more)
Tagged with:
-
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...
-
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...
- 2 replies
-
- helper form
- file
-
(and 3 more)
Tagged with:
-
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:...
-
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:
-
[SOLVED] Multiple submit within one form with Helper Form
gr4devel posted a topic in Core developers
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.- 3 replies
-
- helpers
- helper form
-
(and 1 more)
Tagged with:
-
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...
-
- development
- php
-
(and 3 more)
Tagged with:
-
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...
- 3 replies
-
- helper form
- form
-
(and 1 more)
Tagged with:
-
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...
- 1 reply
-
- Développement module
- Helper Form
-
(and 3 more)
Tagged with: