Jump to content

Como desactivar Quick View o Vista Rapida de los productos.


yls96

Recommended Posts

  • 1 month later...
2 minutes ago, yls96 said:

@Luisejo Gracias por responder, Utilizo la de por defecto Classic de prestashop en 1.7.8.2.

 

Un saludo

Buenos días @yls96,

 

Los pasos a seguir en prestashop en 1.7.8.2. son los siguientes:

Accede a través de FTP al fichero:

/themes/tuPlantilla/templates/catalog/_partials/miniatures/product.tpl

Y comentar la siguiente línea:

<a href="#" class="quick-view" data-link-action="quickview">
    <i class="material-icons search">&#xE8B6;</i> {l s='Quick view' d='Shop.Theme.Actions'}
</a>

Dejala de la siguiente manera: 

{*
<a href="#" class="quick-view" data-link-action="quickview">
    <i class="material-icons search">&#xE8B6;</i> {l s='Quick view' d='Shop.Theme.Actions'}
</a>
*}

 

Espero haberte ayudado!

 

Un saludo

Link to comment
Share on other sites

1 hour ago, yls96 said:

Cuando pongo esto me da error:

 

{*
          <a class="quick-view js-quick-view" href="#" data-link-action="quickview">
            <i class="material-icons search">&#xE8B6;</i> {l s='Quick view' d='Shop.Theme.Actions'}
          </a>
        {/block}
	*}

 

has comentado también la linea {/block}

Esa linea no tiene que estar comentada.

Comenta solamente lo que esta dentro de la etiqueta <a></a> como esta en la imagen:

{*
<a href="#" class="quick-view" data-link-action="quickview">
    <i class="material-icons search">&#xE8B6;</i> {l s='Quick view' d='Shop.Theme.Actions'}
</a>
*}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...