Carmine Di Gruttola

Results 8 comments of Carmine Di Gruttola

Good morning, same issue with the basic form.

Hi @AureRita, yes the video is correct. you reproduced the issue because my expected behaviour is to see in the console the log but due to the bug this not...

Hello, could the problem occurs because che on function is placed in the code after the emit?

Good morning, when is planned the release 8.4.2.1? The old one 8.4.2.0 is causing error on Prestashop 8.2 mod_fcgid: stderr: PHP Fatal error: Uncaught TypeError: array_merge(): Argument #1 must be...

Hi @MateoCastilloPS, I created the module based on the old version of the carrier page. I planned to update it for the new version of the carrier page. Carmine

Hi, Do you have a workaround to resolve this problem? Do you modify your custom route in something like this /my-custom-route/{dynamic_prefix}/{id_custom}? Thanks

Hi @metacreo, I fixed in this way ``` public function hookModuleRoutes($params) { $url = Meta::getMetaByPage('module-recipesproducts-recipes', $this->context->language->id)['url_rewrite']; return [ 'module-recipesproducts-recipe' => [ 'rule' => $url . '/' . $this->trans('recipe', [], 'Modules.Recipesproducts.Main')...