siyu / magento-2-quickview
An extension for Magento 2
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.6.5|7.0.2|7.0.4|~7.0.6
- magento/module-catalog: 101.* | 100.*
This package is not auto-updated.
Last update: 2025-05-16 23:34:08 UTC
README
Introduction
Allows your site's visitor to quickly view product details and add products to cart right from the popup window on a category page. Enhance user experience by reducing the complexity of 'add to cart' progress.
There are some of the QuickView extensions out there already why build this?
-
I am a Magento developer but in most of my time is working with the Magento 1.9.X version. So first reason is to grow my experiences in Magento 2 development.
-
The extensions as I found online they usually built the extension for building brand image. So there will advertisements and they might not that care the customers who do not pay them.
-
Having an own version so easier to maintain and extend.
Installation
composer require siyu/magento-2-core-block-patch:dev-master composer require siyu/magento-2-quickview:dev-master ./bin/magento module:enable Siyu_BlockPatch Siyu_QuickView ./bin/magento setup:upgrade ./bin/magento setup:di:compile
Uninstall
./bin/magento module:disable Siyu_BlockPatch Siyu_QuickView --clear-static-content composer remove siyu/magento-2-quickview composer remove siyu/magento-2-core-block-patch ./bin/magento setup:di:compile
Todo List
- Support different product types
- Add loading animation before popup comes up
- Allow to add cross-sell & related products slider in QuickView popup
- Allow settings of different sizes of QuickView popup window
- Ajax-add-to-cart support
- Use 'scss/less' as extension css source & remove duplicate icon-search class
- Add options in backend for various custom needs
CHANGELOG
v1.0.4
Notes:
- Code tidyup
- Allow to hide sku from backend setting
- Add BlockPatch dependency to allow ifconfig in remove handler
Released on 2018-01-20
v1.0.3
Notes:
- Fix swatches not displaying in the quickview popup window issue
Released on 2018-01-17
v1.0.2
Notes:
- Remove tingle js library
- Using Magento Modal Widget instead
- Use iframe in quickview popup
Released on 2018-01-16
v1.0.1
Notes:
- Improve QuickView button style
- Added search icon
Released on 2018-01-14
v1.0.0
Notes:
- Allow users to install the extension by Composer
- Documentation update: installation & uninstall guide
Released on 2018-01-14