Sexto Placer Posted May 15, 2022 Share Posted May 15, 2022 (edited) The reviews module that I have offers me this variable $reviewCount, referring to the number of reviews of a product. I would like to add this variable to a theme tpl and have it take effect. Does anyone know what I should add to extract the data in question? Thank you // El módulo de valoraciones que tengo me ofrece esta variable $reviewCount, haciendo referencia al número de reseñas de un producto. Me gustaría añadir esta variable a un tpl del theme y que surta efecto. ¿Alguien sabe que debo añadir para que extraiga el dato en cuestión? Gracias Edited May 15, 2022 by Sexto Placer (see edit history) Link to comment Share on other sites More sharing options...
Nickz Posted May 15, 2022 Share Posted May 15, 2022 41 minutes ago, Sexto Placer said: The reviews module that I have offers me this variable $reviewCount, referring to the number of reviews of a product. I would like to add this variable to a theme tpl and have it take effect. Without the module? 41 minutes ago, Sexto Placer said: El módulo de valoraciones que tengo me ofrece esta variable $reviewCount, haciendo referencia al número de reseñas de un producto. Me gustaría añadir esta variable a un tpl del theme y que surta efecto. Sin el modulo? Link to comment Share on other sites More sharing options...
ventura Posted May 16, 2022 Share Posted May 16, 2022 Si el modulo dispone de la opción de widget, puedes utilizarlos. https://devdocs.prestashop.com/1.7/modules/concepts/widgets/ En caso contrario lo mas recomendable es que lo hagas mediante un hook personalizado, o una existente que puedas utilizar en la ubicación deseada https://devdocs.prestashop.com/1.7/modules/concepts/hooks/list-of-hooks/ 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