Jump to content

[Solucionado] quitar el boton ver ......y dejar solo añadir a carrito


Recommended Posts

Ejemplo usando la plantilla por defecto en Prestashop 1.5.6

 

Para  el bloque de productos destacados, seria ir al fichero:

/themes/default/modules/homefeatured/homefeatured.tpl

Buscar esto:

  <a class="lnk_more" href="{$product.link|escape:'html'}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a>

Y dejarlo así:

{*    <a class="lnk_more" href="{$product.link|escape:'html'}" title="{l s='View' mod='homefeatured'}">{l s='View' mod='homefeatured'}</a> *}

---

 

Para el listado de productos, seria ir al fichero:

/themes/default/product-list.tpl

Buscar esto:

                                <a class="button lnk_view" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a>

Y dejalor así:

{* <a class="button lnk_view" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a> *}
Link to comment
Share on other sites

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