Search the Community
Showing results for tags 'controllers'.
-
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....
- 1 reply
-
- controllers
- module
-
(and 3 more)
Tagged with:
-
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...
-
- controllers
- modal
-
(and 3 more)
Tagged with:
-
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...
-
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...
- 10 replies
-
- 4
-
-
- validator
- prestashop module
- (and 6 more)
-
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...
-
buenas tardes cual es la función de prestashop que cambia el password de prestashop en el lado del administrador
-
- backoffice
- password
-
(and 1 more)
Tagged with:
-
controllers CSS et <img> qui ne fonctionne pas
Samos posted a topic in PrestaShop pour les développeurs
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... -
[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...
-
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...
-
- controllers
- page not found
-
(and 1 more)
Tagged with:
-
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...
- 32 replies
-
- controllers
- classes
-
(and 1 more)
Tagged with:
-
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...
- 9 replies
-
- Override
- Controllers
-
(and 1 more)
Tagged with:
-
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...
- 1 reply
-
- dispatcher
- controllers
-
(and 2 more)
Tagged with:
-
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...
- 3 replies
-
- controllers
- admin
-
(and 2 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:...
-
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...
- 5 replies
-
- PS16
- COMMUNICATION
-
(and 3 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 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...
-
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...
- 6 replies
-
- modules
- controllers
-
(and 1 more)
Tagged with:
-
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...
-
- controllers
- smarty
-
(and 1 more)
Tagged with:
-
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...
- 8 replies
-
- page
- créer page
-
(and 3 more)
Tagged with:
-
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...
-
- cms
- controllers
-
(and 2 more)
Tagged with:
-
which file is responsible to manage the controller calls like calling category controller using url(?controller=category)