scriptua / magento2-quickview
Script QuickView Module
Installs: 3 079
Dependents: 0
Suggesters: 0
Security: 0
Stars: 27
Watchers: 5
Forks: 12
Open Issues: 7
Language:JavaScript
Type:magento2-module
Requires
- php: ~7.0.0|~7.1.0|~7.2.0
- magento/module-catalog: 102.* |101.* | 100.*
- scriptua/magento2-base: 1.1.*
This package is not auto-updated.
Last update: 2025-01-01 12:56:57 UTC
README
Magento extension Quick View brings a convenient experience to the shoppers: for any item they pay attention to, only one click is needed to reach the item info. There will be no more loading page for product detail but a pop-up window with Add-to-Cart button appears in no time.
Main Features:
- Ajax-based popup window (no iframe)
- Support multiple Websites, Store Views Configuration
- View product information in the popup window anywhere
- Ajax-add-to-cart in Quick View window
- Allow to submit reviews for product within Quick View window
- Support multiple languages
- Allow quick view with all product types: Simple Products, Configurable Products, Download Products, Bundle Products, Virtual Products, Grouped Products
- Allow previous/next product navigation inside Quick View
- Allow to set the type and speed of transition (Fade, Elastic, None)
- Allow to set initial width/height of Quick View popup window when Quick View opens.
- Allow to show/hide Quick View title in the popup window
- Allow to show/hide current state of Quick View
- Allow to show/hide the Go to product button
- Allow to show/hide Product Detail / Product review tab
- Allow to customize the label of Quick View button
- Allow to add your own additional CSS class
- Automatically apply the style of your chosen theme, so it helps to avoid potential conflict with any 3rd-party theme.
- Fully Responsive
Installation Guide
composer require scriptua/magento2-quickview
bin/magento module:enable Script_Base
bin/magento module:enable Script_QuickView
bin/magento setup:upgrade