prestashop - desplegar resultado en archivo tpl
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#3
public function initContent() { parent::initContent(); $favoritos = $this->favcount($this->product->id); $this->context->smarty->assign('favcount', $favoritos); }
Luego en tu plantilla lo llamas de la siguiente forma:
{$favoritos}