u1050411 Posted July 1, 2015 Share Posted July 1, 2015 (edited) Hola, En la pagina principal quiero que si se clicka un producto , no te lleve al producto sino a su categoria Para eso he modificado produc-list.tpl <a class="product_img_link2" href="{$link->getCategoryLink(NosequeponerAqui)}" title="ProvaCategoria" itemprop="url"></a> Si cambio NosequeponerAqui=Numero de la categoria funciona Pero claro necesito que me lo haga automaticamente. A ver si alguien me puede ayudar Edited July 1, 2015 by ventura (see edit history) Link to comment Share on other sites More sharing options...
ventura Posted July 1, 2015 Share Posted July 1, 2015 Efectivamente si pones un numero te mandara a la categoria con ese id. Si quieres que te envia a la categoria por defecto del producto, ponlo asi {$link->getCategoryLink($product.id_category_default,$product.category)} 1 Link to comment Share on other sites More sharing options...
u1050411 Posted July 1, 2015 Author Share Posted July 1, 2015 Gracies, he visto que si no pones ,$product.category funciona igual, <a class="product_img_link" href="{$link->getCategoryLink($product.id_category_default)}" itemprop="url"> Cual es la diferencia? Link to comment Share on other sites More sharing options...
ventura Posted July 1, 2015 Share Posted July 1, 2015 (edited) Te funciona pero el enlace incluira solo el id de la categoria por defecto, lo suyo es que incluya el id y el nombre de la categoria Edited July 1, 2015 by ventura (see edit history) Link to comment Share on other sites More sharing options...
u1050411 Posted July 1, 2015 Author Share Posted July 1, 2015 Ok. Tema solucionado gracias por todo Link to comment Share on other sites More sharing options...
ventura Posted July 1, 2015 Share Posted July 1, 2015 De nada, un placer. Damos el tema por solucionado entonces Link to comment Share on other sites More sharing options...
Recommended Posts