<h1 align="center">
<a href="https://prompts.chat">
[](https://github.com/Amadeco/magento2-quickview/releases)
Sign in to like and favorite skills
A highly configurable QuickView module for Magento 2 that allows customers to quickly preview product details without leaving the current page.
composer require amadeco/module-quickview bin/magento module:enable Amadeco_QuickView bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
app/code/Amadeco/QuickView in your Magento installationbin/magento module:enable Amadeco_QuickView bin/magento setup:upgrade bin/magento setup:di:compile bin/magento setup:static-content:deploy
The module is designed to be highly customizable to work with any Magento theme. All selectors and HTML identifiers are configurable in the admin panel without needing to modify code.
The module includes minimal styling. You can extend the styling in your theme by targeting these classes:
.quickview-button .quickview-btn-container .quickview-wrapper .quickview-media .quickview-main
For advanced customization, you can override the JavaScript options in your theme:
define([ 'jquery', 'Amadeco_QuickView/js/amadeco-quickview' ], function ($) { 'use strict'; // Override options $.widget('amadeco.amadecoQuickView').prototype.options = $.extend( {}, $.amadeco.amadecoQuickView.prototype.options, { // Your custom options here } ); });
Contributions are welcome! Please read our Contributing Guidelines.
For issues or feature requests, please create an issue on our GitHub repository.
This module is licensed under the Open Software License ("OSL") v3.0. See the LICENSE.txt file for details.