Henrik Pantle Posted 5 hours ago Share Posted 5 hours ago Hello community, I would like the "Quick Veiw" option to not appear at all when hovering over the product with the mouse, instead I want the user to click on the product to see the details. How is this possible in Prestashop 8.1.3?? Link to comment Share on other sites More sharing options...
Divine Posted 3 hours ago Share Posted 3 hours ago 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"></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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now