Add module to an existing hook.
Hello
I have a module, which is only displayed on the product list page, and my idea is that the same module is displayed on the product page.tpl
How can I do to transplant the module even hook (hookDisplayProductAction)
Thank you
Есть два варианта:
добавить hookDisplayProductAction в файл модуля !$this->registerHook('displayProductAction') ... public function hookDisplayProductAction ...
или добавить вывод модуля в нужном месте в product.tpl {hook h='Your_Module_Hook' mod='your_module_name'}
Последнее редактирование: