Jump to content

[SOLVED] disable quickview


Henrik Pantle

Recommended Posts

Hello,

Go to your theme folder and find the file "templates >> catalog >> _partials >> miniatures >> product.tpl", then comment or delete the lines :

{block name='quick_view'}
  <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}

Don't forget to clear Prestashop cache after your modification.

Link to comment
Share on other sites

I inserted the following row after the head-comments, before every css code in the file 

 

/themes/classic/assets/css/theme.css


.highlighted-informations.no-variants{display: none}

 

THANK YOU VERY MUCH, Divine

 

... but now only the  thumbnail-top is clickable (href) but it should be the whole  thumbnail-container

Edited by Henrik Pantle (see edit history)
Link to comment
Share on other sites

  • Henrik Pantle changed the title to [SOLVED] disable quickview

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...