Jump to content

Search the Community

Showing results for tags 'ModuleFrontController'.

  • Search By Tags

    • modulefrontcontroller ×
    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 7 results

  1. Hello, I'm developing a module where I need to submit a request to my custom front controller. Basically, I need the FrontController to create new orders on the website, so I have my own class that checks the data received from an external source and, if eveything is fine, goes on with the proc...
  2. 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...
  3. Hello, I've modded the default product.tpl file so that I can load extra template files via ajax. After I've figured out how to access my module front controller through ajax, I have now a new error: mod_fcgid: stderr: PHP Fatal error: Uncaught --> Smarty: Unable to load templ...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
×
×
  • Create New...