Jump to content

Search the Community

Showing results for tags 'helpers'.

  • Search By Tags

    • helpers ×
    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 11 results

  1. 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::...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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_...
  7. 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...
  8. Bonjour, Je voudrais ajouter des boutons non listés à tinyMCE coté Admin. J'ai réussi à le faire pour la partie CMS, mais je ne trouve pas pour la partie fiche produit et autres pages coté admin. Pour la partie CMS, j'ai un form.tpl placé dans : Override\controllers\admin\templates\cms\help...
  9. 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.
  10. 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...
  11. 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...
×
×
  • Create New...