Search the Community
Showing results for tags 'helpers'.
-
Hi, i am creating a module on Presta 1.7.2, i would like to add a table of products in the admin product section (with the hook displayAdminProductsExtra). This is a simplified version of my code public function hookDisplayAdminProductsExtra($params) { $products = MyModel::...
- 1 reply
-
- 1
-
-
- twig
- hookDisplayAdminProductsExtra
- (and 4 more)
-
Hello! I am trying to override the form.tpl to add a new input type (linked to a module I am developping). I read the documentation but I do not see how to do it. In any solution, I would need a controller but in my case, I do not have one. So is there a way to override this form.tpl without...
-
Hello everyone. I am having some issues when using my prestashop store. When I click to see more details of the orders, a php fatal error pops up on my screen. It says: Fatal error: Uncaught --> Smarty: Unable to load template file 'helpers/view/view_1_6_1_18.tpl' <-- thrown in /sto...
- 1 reply
-
- smarty_internal_templatebase
- views
- (and 7 more)
-
Hi All, After few modifications (new modules install, overrides, etc...) all the filters of BO lists are like "disabled": customers, addresses, orders...if I use the search engine with ID, or name or any search item, then nothing happens ! No result, no message, the page is refreshed - then I...
- 1 reply
-
- back-office
- 1.7.1
-
(and 1 more)
Tagged with:
-
Hi, i moved my shop from windows development WAMP to unix Ubuntu 14.04 inside Docker ( www.docker.com) on cloud. After this I have problem with saving existing products. The save button is spinning and i can't do anything. It's not problem of META descr. length and also i hope it's not problem wi...
- 1 reply
-
- lamp
- HelperUploader
- (and 8 more)
-
Hello! I have added an helper form on my module configuration page. This form has a field with type = "file": array( 'type' => 'file', 'label' => $this->l('Select a file:'), 'desc' => $this->l('Banner picture. Extension allowed: jpeg, png, jpg, gif.'), 'name' => 'banner_...
- 5 replies
-
- 1
-
-
- input type
- form.tpl
-
(and 1 more)
Tagged with:
-
Salut à tous je suis un petit nouveau, Depuis plusieurs semaines je m'amuse un peu sur presta et j'ai envie de faire un petit module perso. J'utilise donc la doc et m'entraîne sur le petit module proposé "mymodule". Je me demande comment on fait pour récupérer des variables smarty en affichage dan...
-
[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:
-
Hi community. I'm wondering why I get the result of the attached image with the following code: $default_lang = (int)Configuration::get('PS_LANG_DEFAULT'); $fields_form[0]['form'] = array( 'legend' => array( 'title' => $this->l('Import combinations'), 'image' => '../i...
- 6 replies
-
- file input type
- file upload
-
(and 1 more)
Tagged with:
-
This seems like a real basic question, but I'm creating a Prestashop module and the documentation appears to be lacking on these issues. I created a page for the back-office by creating a class inheriting from AdminController (isn't there a way to create a back-office page directly in a module? Th...