Jump to content

Cómo quitar botón "ver lista y cuadricula" [SOLUCIONADO]


Mariapress

Recommended Posts

 

 

Buenas tardes a todos:

 

Me puede decir alguien por favor como quitar la opción de ver: cuadrícula y lista? tengo prestashop 1.6.1.11 y uso una plantilla derivada de default.

Os necesito una vez más....

 

Saludos!

Fichero:

 

/themes/plantilla/product-sort.tpl

Busca esto:

 

<ul class="display hidden-xs">
	<li class="display-title">{l s='View:'}</li>
    <li id="grid"><a rel="nofollow" href="#" title="{l s='Grid'}"><i class="icon-th-large"></i>{l s='Grid'}</a></li>
    <li id="list"><a rel="nofollow" href="#" title="{l s='List'}"><i class="icon-th-list"></i>{l s='List'}</a></li>
</ul>

Y dejalo asi:

 

{* ul class="display hidden-xs">
	<li class="display-title">{l s='View:'}</li>
    <li id="grid"><a rel="nofollow" href="#" title="{l s='Grid'}"><i class="icon-th-large"></i>{l s='Grid'}</a></li>
    <li id="list"><a rel="nofollow" href="#" title="{l s='List'}"><i class="icon-th-list"></i>{l s='List'}</a></li>
</ul> *}

Como hemos comentado con:

 

{* *}

Ya no se verá el bloque de selección.

 

Recuerda limpiar cache en la pestaña Parametros Avanzados -> Rendimiento

Link to comment
Share on other sites

Gracias Nadieeeeeeeee!!!!!!

 

Saludos,

Un placer ayudarte y servirte !

 

No se te olvide pulsar el botón "Mark Solved" en la respuesta que hayas sido la solución y añadir la palabra "Solucionado": https://www.prestashop.com/forums/topic/269515-solucionado-%C2%BFcomo-poner-la-palabra-solucionado-en-el-titulo-del-tema/  al titulo del tema.

Link to comment
Share on other sites

  • nadie locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...