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.
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
./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
- 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
Notes:
- Code tidyup
- Allow to hide sku from backend setting
- Add BlockPatch dependency to allow ifconfig in remove handler
Released on 2018-01-20
Notes:
- Fix swatches not displaying in the quickview popup window issue
Released on 2018-01-17
Notes:
- Remove tingle js library
- Using Magento Modal Widget instead
- Use iframe in quickview popup
Released on 2018-01-16
Notes:
- Improve QuickView button style
- Added search icon
Released on 2018-01-14
Notes:
- Allow users to install the extension by Composer
- Documentation update: installation & uninstall guide
Released on 2018-01-14