Jump to content

Search the Community

Showing results for tags 'controllers'.

  • Search By Tags

    • controllers ×
    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


  1. Hi guys ! I'm working on a new module which allow to associate product to part of cars. I'm facing a little issue, on every controllers I make, I use the fields_list, but when I'm using the search box, I doesn't filter the results as you can see on the following screenshot....
  2. so after the user adds a product to his cart he gets the modal page that the product was added to the cart, what i want to do is edit the modal.tpl file and ask the user if he wants to order another product from a specific category and display the products on the modal, so the way i think to do it i...
  3. Hola, tengo una pregunta, como se pueden implementar los Form types que se mencionan en la documentacion de prestashop? , veo que menciona el codigo y como se veria, pero he buscado por muchos lados pero no menciona como implementarlo en una pagina, me gustaria saber si alguien sabe como se hace, se...
  4. Hello guys, recently i've wrote an article about 10+ common mistakes related to creating a PrestaShop module, you can read this article on PrestaShop Build blog here: http://build.prestashop.com/howtos/module/Common-mistakes-while-coding-module/ I'm open for a suggestions and discus...
  5. tengo un modulo que me genera un login en el front office este modulo se ancla en el hook de DisplayCustomerAccountForm y todo bien pero cuando realizo el post de mi tpl no logro obtener los datos que se mandan desde el formulario de mi modulo intento capturarlo con public function ho...
  6. How to override templates tpl files used for the Admin in Prestashop 1.7.5.1 Where can I find information about this? Or can someone indicate how to do that with a small example admin/themes/default/template/controllers/orders/_product_line.tpl
  7. buenas tardes cual es la función de prestashop que cambia el password de prestashop en el lado del administrador
  8. Bonjour a tous, Je viens vous écrire aujourd'hui pour vous faire part d'un problème que je rencontre lié au controllers de mon module. Le css ainsi que la balise img de mon tpl ne fonctionne pas je ne comprend pas vraiment pourquoi... <?php class sa_modtaskModuleFrontController extend...
  9. como puedo cambiar el <title> por defecto del front office "prestashop" pero sin afectar e la funcionalidad del SEO desde hay puedo editar el titile pero tendría que borrar la funcionalidad del SEO ejemplo " <title>MY TITLE</title> " desde donde se obtiene esta platilla y sel e pone...
  10. [Résolu] > avec un simple upgrade PHP, et l' install de correctifs PS 1.6.1.18 Tout seul Bonjour, lors de validation paiement par chèque ou virement, même soucis : Fatal error: Class 'ModuleFrontController' not found in /web/zbqlab/www/xxx/modules/cheque/controllers/front/payment...
  11. Hi everyone I have created some controllers and assigned to my buttons. Now when I select those controllers I am getting page not found error. Any idea why that happens? My controllers are even named AdminMymodulenameMycontrollernameController? Any hints? It goes into the controller but I don't ge...
  12. Hi Everybody, I don't know if this only happened to me, but on a 1.5.4 stable release, I just tried to use an override...and it didn't work. I tried another (productController) and didn't work. i even typed some garbage, and nothing showed up. It looks like overrides re not even being loaded. The p...
  13. I have updated CategoryController.php in order to add some smarty variables, and use these vars in product-list.tpl. This works great on category pages, but on the homepage I get undefined index errors for these fields in the 'New', 'Popular', 'Best Seller' areas. It would seem that these vars are n...
  14. Hi, I've created a custom module with a controller that I would like it to read the last segment of the URL as variables. Without SEO friendly URL it will look like this: mysite.com/module/modulename/controller?paremeter=something But I want it to look like this: mysite.com/module/modulen...
  15. Bonjour, J'ai installé un module xxx. J'aimerai overrider le controller du module : => Prestashop/lemodule/controllers/admin/AdminXxxController.php Le controller du module que je veux override a pour class : class AdminXxxController extends ModuleAdminController Ou placer le fichier o...
  16. 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:...
  17. Hello, I am starting with PS ; I have knowledge of OOP. I have begun my module as a trial to dive into PS functionning. What is not clear for me is the link between my module class and controllers. Basically I would like to take out some logic from my module class to put it into an a...
  18. 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...
  19. Hello everyone, this is my first post. Basically I need some help to understand the order in which methods are executed when I create a new module starting from here. I have my known method renderForm() which display the form to create a new Object ( Product ). I send the form and magically...
  20. Hi all, I wonder if anyone can help me with this issue: I am helping a client upgrade from 1.5.4.1 to the latest version. To be safe we got a new domain, I backed up the database, downloaded all files via ftp and uploaded them again to the new domain. The idea being to test the upgrade on...
  21. Hello , someone could help me , I need to find the file that controls the export CSV files containing orders. I must address a specific field replacing the dot (.) in value by a comma (,). But I did not encounter code that controls this generation of csv files
  22. Hi. I am reciving this error - Call to undefined method Gender::getGenders() in /home/edamedic/public_html/controllers/front/AuthController.php on line 88. My line 88 is $this->context->smarty->assign('genders', Gender::getGenders()); I checked that the Gender.php is there and the getGenders() e...
  23. Bonjour la communauté, Voici quelques jours que je tente de créer une page sur Prestashop 1.6 Après avoir tenté plusieurs solutions et tuto j'obtiens toujours le même problème. "Fatal error: Class 'ShopController' not found in ..../site/classes/controller/Controller.php on line 135" Voic...
  24. Running prestashop 1.5.0.17, site up and running well for last two months. Two days ago when going to Preferences/CMS all pages are gone and following error message appears. The controller admincmscontent is missing or invalid. Have searched forums and seen that this seems to be a common...
  25. which file is responsible to manage the controller calls like calling category controller using url(?controller=category)
×
×
  • Create New...