Magento 1 Product Quick View v1.x Developer Guide and API Reference

Adding “Quick View” button manually

Please, follow the instructions for the Magento Product Quick View module, if the “Quick View” button is not displayed after products auto-load while scrolling on the product list page:

Find the javascript code that corresponds to products auto-load and modify it in a specific way, so after adding new products HTML to DOM, run this code:

productQuickViewPopup.run();

Was this article helpful?