Categories

Featured templates

Magento. How to remove the “Quick View” button

Norman Fisher November 19, 2013
Rating: 4.5/5. From 2 votes.
Please wait...

This tutorial is going to show you how to remove the “Quick View” button on your Magento template.

Magento. How to remove the “Quick View” button

  1. To remove this button on the category pages, on your FTP go to the app\design\frontend\default\theme###\template\ajaxwishlist\catalog\product directory and open the list.php file to edit.
  2. Delete or comment out the following in line 81:
  3. $_product->getId()));?>' data-fancybox-group="gallery" class='fancybox' id='fancyboxgetId()?>' style=''>__('Quick View') ?>
    
  4. Save the changes. Now, if you mouse over the product images on the category pages of your store, the “Quick View” button should disappear and if you click on it, it will open up a new page instead of the lightbox.

  5. To do the same for the product search pages, on FTP go to the app\design\frontend\default\theme###\template\catalog\product directory and open the list.php file to edit.
  6. Delete or comment out the same code in line 81:
  7. $_product->getId()));?>' data-fancybox-group="gallery" class='fancybox' id='fancyboxgetId()?>' style=''>__('Quick View') ?>
    
  8. Save the changes.

Feel free to check the detailed video tutorial below:

Magento. How to remove the “Quick View” button

Magento Website Templates
This entry was posted in Magento Tutorials and tagged button, feature, Magento, quick, remove, view. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket