Search the Community
Showing results for tags 'ModuleFrontController'.
-
Hi all, I'm creating a module for Prestashop to manage products and carts from an app and all the requests to manage them are made with REST requests. I'm quite blocked because I'm not sure how to proceed with the checkout process. I guess that it could be easy to make a ModuleFrontController t...
-
- modulefrontcontroller
- cookies
-
(and 2 more)
Tagged with:
-
Bonjour à tous, je suis nouveau sur prestashop et j'essaie de développer un nouveau module. cependant, prestashop ne trouver pas le template pour mon Front Controller. le nom du module c'est gestionfournisseur. Le code du controleur est le suivant: <?php class gestionfournisseurdisplayModule...
- 4 replies
-
- template
- ModuleFrontController
-
(and 1 more)
Tagged with:
-
Bonjour à tous, Je développe actuellement un petit module, et je veux charger dans un des controllers utilisés pour le front office, un fichier js. Je veux utiliser la fonction setMedia. Le fichier n'est jamais chargé... Voilà le code : class MonmoduleInscriptionModuleFrontController exte...
-
Hi, I am struggling with one of the steps in developing a payment module and I am hoping for some experienced help here. The basic steps of the payment is: 1. From the checkout create an API call to our payment service, this will return an URL to a webpage where to complete the payment...
-
I made my very first plugin , however, I want to show all products in a .tpl. So far it wasn't a problem in the php-file I made. But i really want to manipulate it through a controller, as recommended. It ALMOST works, I found a snippet with this: $this->context->smarty->assign( 'produc...
- 5 replies
-
- assign
- getProducts
-
(and 2 more)
Tagged with: