IgnacioG Posted July 4, 2022 Share Posted July 4, 2022 Buenas, no consigo que me funcione el Hook DisplayProductExtraContent mi codigo: public function hookDisplayProductExtraContent(array $params) { $content = $this->display(__FILE__, '/views/templates/hook/prueba.tpl'); $extraContent = (new ProductExtraContent()) ->setTitle('prueba') ->setContent($content); return $extraContent; } El hook está registrado bien, pero no consigo que me retorne nada en la pantalla de producto Link to comment Share on other sites More sharing options...
Prestachamps Posted July 4, 2022 Share Posted July 4, 2022 Hola, Probablemente el siguiente artículo te pueda resultar útil:https://github.com/PrestaShop/PrestaShop/pull/6216https://www.prestashop.com/forums/topic/615237-how-to-add-module-to-product-tabs/ Que tengas un buen día, Leo. Link to comment Share on other sites More sharing options...
IgnacioG Posted July 4, 2022 Author Share Posted July 4, 2022 1 hour ago, Prestachamps said: Hola, Probablemente el siguiente artículo te pueda resultar útil:https://github.com/PrestaShop/PrestaShop/pull/6216https://www.prestashop.com/forums/topic/615237-how-to-add-module-to-product-tabs/ Que tengas un buen día, Leo. He probado como me pones, pero sigue sin mostrarme nada Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now