jgiribets Posted January 28, 2010 Share Posted January 28, 2010 HolaEstoy creando un tienda virtual de ropa ,a cual quiero que muestre la siguiente estructura : MARCA -> CHICO -> PANTALONES -> XXXXMe gustaria que cuando seleccionaran la marca no mostrara el texto "MARCA ARTICULO 0" y luego cuando seleccionaran CHICO que tampoco salga "CHICO ARTICULO 0"Como lo puedo hacer ?? Saludos Link to comment Share on other sites More sharing options...
Tecniloco Posted January 29, 2010 Share Posted January 29, 2010 Hola, busca el archivo siguiente --> /themes/prestashop/category.tpl y edítalo: {include file=$tpl_dir./breadcrumb.tpl} {include file=$tpl_dir./errors.tpl} {if $category->id AND $category->active} //elimina1 {$category->name|escape:'htmlall':'UTF-8'} // Eliminas esta linea para no ver el nombre de la categoria// // elimina2 {$nb_products|intval} {if $nb_products>1}{l s='products'}{else}{l s='product'}{/if}// Eliminas esta linea para no ver número de artículos// Un saludo TECNILOCO.. Link to comment Share on other sites More sharing options...
jgiribets Posted January 29, 2010 Author Share Posted January 29, 2010 Funciona !! muchas gracias, pero ahora me suge otra pregunta hay alguna manera que la cantidad se muestre cuando muestra la lista de articulos ??Saludos Link to comment Share on other sites More sharing options...
Recommended Posts