Search the Community
Showing results for tags 'custommodule'.
-
Hola buen día. Actualmente, me encuentro desarrollando una serie de módulos con el objetivo de que la tienda haga algo muy específico (razón por la cual no doy ejemplos), pero me gustaría que los esos módulos que estoy desarrollando no se dejen instalar si antes la tienda no tiene un módulo espec...
-
I wrote a sample controller class for my module: <?php namespace MyModule\Controller; use PrestaShopBundle\Translation\Translator; final class CustomModuleController { /** @var Translator */ private Translator $translator; public function __construct(Translator $translator) {...
- 1 reply
-
- modulecontroller
- custommodule
-
(and 1 more)
Tagged with:
-
Hi, I have made a custom module for 3rd party licensing and on the license conformation I have used a hook displayOrderConfirmation to call APIs for contacting licensing server. There is a variable params containing all the data regarding purchase order but I don't know the full scope of params, lik...
- 3 replies
-
- custommodule
- HookDisplayOrderConfirmation
-
(and 1 more)
Tagged with: