https://github.com/hryvinskyi/magento2-quickview
Magento 2 Product QuickView Module
https://github.com/hryvinskyi/magento2-quickview
magento2 magento2-module quickview
Last synced: 3 months ago
JSON representation
Magento 2 Product QuickView Module
- Host: GitHub
- URL: https://github.com/hryvinskyi/magento2-quickview
- Owner: hryvinskyi
- License: gpl-3.0
- Created: 2017-07-24T08:53:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T08:30:14.000Z (almost 5 years ago)
- Last Synced: 2024-04-09T09:13:15.015Z (about 1 year ago)
- Topics: magento2, magento2-module, quickview
- Language: JavaScript
- Size: 125 KB
- Stars: 27
- Watchers: 5
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Magento 2 Product QuickView Module
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
````### Frontend view
###### Button in grid catalog product
###### Open popup product
