SlideShare a Scribd company logo
1 of 9
Download to read offline
www.mageants.com support@mageants.com 1
Quick View - Magento 2
USER MANUAL
www.mageants.com support@mageants.com 2
Table Of Contents
Preface.............................................................................................3
Installation Guide..............................................................................4
Quick View Configuration...................................................................5
Front-end Example............................................................................6
www.mageants.com support@mageants.com 3
Preface
Quick View is perfect extension for the store owners who wants easily add to cart
any product without leaving the current page by using the Quick View functionality.
- Customers can quickly view product details and add to cart the product on
category page by using pop up window.
- In the pop up window customers can the product details like: product image,
product price, product options, quantity box, add to cart button, Product
reviews and additional info.
- It also enables you to add the required quantity of that product to cart
through AJAX.
- It works for all types of products like simple,configurable...
- AJAX add to cart.
- Ability to submit reviews from the pop-up.
- Fully responsive pop-up.
- Easy to Enable/Disable from admin.
- After add To Cart getting option for continue shopping & go to shopping cart
button.
- Support all major browsers.
- Thumbnail image will show when you mouse over on product images on
category page.
- Product images flip also support with configurable swatches.
www.mageants.com support@mageants.com 4
Installation
There are two ways of installing extension in magento2.
1) Using COMMAND LINE.
2) Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory
If code directory does not exists then create.
Step 3: Disable the cache under System -> Cache Management.
Step 4: Enter the following at the command line:
php bin/magento setup:upgrade
Step 5: Once you complete above steps log out and log in back to the admin
panel and switch to Stores -> Configuration -> Advanced ->
Advanced, the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory
If code directory does not exists then create.
Step 3: Disable the cache under System -> Cache Management
Edit app/etc/config.php file and add one line code:
‘Mageants_QuickView’ => 1
Step 4: Disable the cache under System -> Cache Management
Step 5: Once you complete above steps log out and log in back to the admin
panel and switch to Stores -> Configuration -> Advanced ->
Advanced, the module will be displayed in the admin panel.
www.mageants.com support@mageants.com 5
Configuration
After Installation of Extension log in to magento admin panel for set
configuration of the extension.
as per below screen shot you can enable or disable this extension functionality
here.
www.mageants.com support@mageants.com 6
Front-end Example:
Here, Customers can see the Quick View icon & flip the product image on hover in
product listing page & search page.
If you want to add quick view icon in any other custom product listing page then
add following code inside “product-item-details” div.
$isEnabled = $this->helper('MageantsQuickViewHelperData')
->getIsEnableQuickView();
if ($isEnabled)
{
$productUrl = $this->getUrl(''mageants_quickview/catalog_product/view',
array('id' => $product->getId()));
echo '<a class="mageants-quickview mageants_quickview_button"
data-quickview-url=' . $productUrl . ' href="javascript:void(0);"></a>';
}
www.mageants.com support@mageants.com 7
If you want to add flip image functionality in any other custom product listing page
then replace the following image code.
$isEnabledFlipImages = $this->helper('MageantsQuickViewHelperData')
->getIsEnableFlipImages();
if ($isEnabledFlipImages)
{
$image_hover = 'category_page_grid_hover';
$productHoverImage = $block->getImage($_product, $image_hover);
<a href="<?php /* @escapeNotVerified */ echo $_product->getProductUrl() ?>"
class="product photo product-item-photo" tabindex="-1">
<span class="main-image">
<?php echo $productImage->toHtml(); ?>
</span>
<span class="hover-image">
<?php echo $productHoverImage->toHtml(); ?>
</span>
</a>
}
After click on quick view icon you can see quick view pop up with all the product information
their you can perform any action with AJAX like add To Cart, add Review...
www.mageants.com support@mageants.com 8
After added product to cart getting success message pop up box their clicking on checkout
button can redirect to checkout page. After 5 seconds automatically closed this pop up.
After closed this pop up you can see your product in cart.
www.mageants.com support@mageants.com 9
Thank you!
Should you have any questions or feature suggestions, please contact us at:
http://mageants.com/contacts
Your feedback is absolutely welcome!

More Related Content

What's hot

Magento 2 Infinite Scroll
Magento 2 Infinite ScrollMagento 2 Infinite Scroll
Magento 2 Infinite ScrollMageAnts
 
Magento 2 GeoIp Store Switcher
Magento 2 GeoIp Store SwitcherMagento 2 GeoIp Store Switcher
Magento 2 GeoIp Store SwitcherMageAnts
 
Magento 2 FAQ
Magento 2 FAQMagento 2 FAQ
Magento 2 FAQMageAnts
 
Wholesale configurable product for magento 2
Wholesale configurable product for magento 2Wholesale configurable product for magento 2
Wholesale configurable product for magento 2MageAnts
 
Magento 2 instagram integration
Magento 2 instagram integrationMagento 2 instagram integration
Magento 2 instagram integrationMageAnts
 
Magento 2 force login
Magento 2 force loginMagento 2 force login
Magento 2 force loginMageAnts
 
Magento 2 Duplicate Category
Magento 2 Duplicate CategoryMagento 2 Duplicate Category
Magento 2 Duplicate CategoryMageAnts
 
Featured posts
Featured postsFeatured posts
Featured postsaidee58
 
Multi flat shipping for magento 2
Multi flat shipping for magento 2Multi flat shipping for magento 2
Multi flat shipping for magento 2MageAnts
 
Magento 2 GDPR Extension
Magento 2 GDPR ExtensionMagento 2 GDPR Extension
Magento 2 GDPR ExtensionMageAnts
 
Sub Category-Magento-Extension
Sub Category-Magento-ExtensionSub Category-Magento-Extension
Sub Category-Magento-ExtensionOscprofessionals
 
Ocodewire one_page_checkout_extension_demo
Ocodewire one_page_checkout_extension_demoOcodewire one_page_checkout_extension_demo
Ocodewire one_page_checkout_extension_demoMagento oCodewire
 
Premium prescription lens configurator magento2
Premium prescription lens configurator magento2Premium prescription lens configurator magento2
Premium prescription lens configurator magento2SoftProdigy
 
Magtronics - Magento Theme Documentation
Magtronics - Magento Theme DocumentationMagtronics - Magento Theme Documentation
Magtronics - Magento Theme DocumentationSoftProdigy
 
Ocodewire product_pdf_manual_extension_demo
Ocodewire product_pdf_manual_extension_demoOcodewire product_pdf_manual_extension_demo
Ocodewire product_pdf_manual_extension_demoMagento oCodewire
 

What's hot (18)

Magento 2 Infinite Scroll
Magento 2 Infinite ScrollMagento 2 Infinite Scroll
Magento 2 Infinite Scroll
 
Magento 2 GeoIp Store Switcher
Magento 2 GeoIp Store SwitcherMagento 2 GeoIp Store Switcher
Magento 2 GeoIp Store Switcher
 
Magento 2 FAQ
Magento 2 FAQMagento 2 FAQ
Magento 2 FAQ
 
Wholesale configurable product for magento 2
Wholesale configurable product for magento 2Wholesale configurable product for magento 2
Wholesale configurable product for magento 2
 
Magento 2 instagram integration
Magento 2 instagram integrationMagento 2 instagram integration
Magento 2 instagram integration
 
Magento 2 force login
Magento 2 force loginMagento 2 force login
Magento 2 force login
 
laboratorio
laboratoriolaboratorio
laboratorio
 
Magento 2 Duplicate Category
Magento 2 Duplicate CategoryMagento 2 Duplicate Category
Magento 2 Duplicate Category
 
Featured posts
Featured postsFeatured posts
Featured posts
 
Multi flat shipping for magento 2
Multi flat shipping for magento 2Multi flat shipping for magento 2
Multi flat shipping for magento 2
 
Magento 2 GDPR Extension
Magento 2 GDPR ExtensionMagento 2 GDPR Extension
Magento 2 GDPR Extension
 
Sub Category-Magento-Extension
Sub Category-Magento-ExtensionSub Category-Magento-Extension
Sub Category-Magento-Extension
 
Magento Robokassa module user manual
Magento Robokassa module user manualMagento Robokassa module user manual
Magento Robokassa module user manual
 
SugarMob Pro
SugarMob ProSugarMob Pro
SugarMob Pro
 
Ocodewire one_page_checkout_extension_demo
Ocodewire one_page_checkout_extension_demoOcodewire one_page_checkout_extension_demo
Ocodewire one_page_checkout_extension_demo
 
Premium prescription lens configurator magento2
Premium prescription lens configurator magento2Premium prescription lens configurator magento2
Premium prescription lens configurator magento2
 
Magtronics - Magento Theme Documentation
Magtronics - Magento Theme DocumentationMagtronics - Magento Theme Documentation
Magtronics - Magento Theme Documentation
 
Ocodewire product_pdf_manual_extension_demo
Ocodewire product_pdf_manual_extension_demoOcodewire product_pdf_manual_extension_demo
Ocodewire product_pdf_manual_extension_demo
 

Similar to Quick View For Magento 2

Wholesale configurable product for magento 2
Wholesale configurable product for magento 2Wholesale configurable product for magento 2
Wholesale configurable product for magento 2MageAnts
 
Store pickup for magento 2
Store pickup for magento 2Store pickup for magento 2
Store pickup for magento 2MageAnts
 
Magento 2 wholesale fast order
Magento 2 wholesale fast orderMagento 2 wholesale fast order
Magento 2 wholesale fast orderMageAnts
 
MageAnts Magento 2 Checkout Success Page
MageAnts Magento 2 Checkout Success Page MageAnts Magento 2 Checkout Success Page
MageAnts Magento 2 Checkout Success Page MageAnts
 
Magento 2 Responsive banner slider
Magento 2 Responsive banner sliderMagento 2 Responsive banner slider
Magento 2 Responsive banner sliderMageAnts
 
Magento 2 call for price
Magento 2 call for priceMagento 2 call for price
Magento 2 call for priceMageAnts
 
Magento 2 Extra Fee Extension
Magento 2 Extra Fee ExtensionMagento 2 Extra Fee Extension
Magento 2 Extra Fee ExtensionMageAnts
 
Magento 2 Spam and Bot Blocker
Magento 2 Spam and Bot BlockerMagento 2 Spam and Bot Blocker
Magento 2 Spam and Bot BlockerMageAnts
 
Magento 2 Order Attributes
Magento 2 Order Attributes Magento 2 Order Attributes
Magento 2 Order Attributes MageAnts
 
Magento 2 ajax add to cart
Magento 2 ajax add to cartMagento 2 ajax add to cart
Magento 2 ajax add to cartMageAnts
 
Magento 2 Frequently Bought Together
Magento 2 Frequently Bought TogetherMagento 2 Frequently Bought Together
Magento 2 Frequently Bought TogetherMageAnts
 
Magento 2 Event Manager Extension
Magento 2 Event Manager ExtensionMagento 2 Event Manager Extension
Magento 2 Event Manager ExtensionMageAnts
 
Magento 2 Google Rich Snippets
Magento 2 Google Rich SnippetsMagento 2 Google Rich Snippets
Magento 2 Google Rich SnippetsMageAnts
 
Magento 2 Product Tabs
Magento 2 Product TabsMagento 2 Product Tabs
Magento 2 Product TabsMageAnts
 
Magento 2 Countdown Timer Extension
Magento 2 Countdown Timer ExtensionMagento 2 Countdown Timer Extension
Magento 2 Countdown Timer ExtensionMageAnts
 
Magento 2 Newsletter Popup
Magento 2 Newsletter PopupMagento 2 Newsletter Popup
Magento 2 Newsletter PopupMageAnts
 
Magento 2 Store Locator Extension
Magento 2 Store Locator ExtensionMagento 2 Store Locator Extension
Magento 2 Store Locator ExtensionMageAnts
 
Facebooksuit for magento 2
Facebooksuit for magento 2Facebooksuit for magento 2
Facebooksuit for magento 2MageAnts
 
Magento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation MenuMagento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation MenuMageAnts
 
Magento 2 Quick View Extension by ITORIS INC.
Magento 2 Quick View Extension by ITORIS INC.Magento 2 Quick View Extension by ITORIS INC.
Magento 2 Quick View Extension by ITORIS INC.Itexus LLC
 

Similar to Quick View For Magento 2 (20)

Wholesale configurable product for magento 2
Wholesale configurable product for magento 2Wholesale configurable product for magento 2
Wholesale configurable product for magento 2
 
Store pickup for magento 2
Store pickup for magento 2Store pickup for magento 2
Store pickup for magento 2
 
Magento 2 wholesale fast order
Magento 2 wholesale fast orderMagento 2 wholesale fast order
Magento 2 wholesale fast order
 
MageAnts Magento 2 Checkout Success Page
MageAnts Magento 2 Checkout Success Page MageAnts Magento 2 Checkout Success Page
MageAnts Magento 2 Checkout Success Page
 
Magento 2 Responsive banner slider
Magento 2 Responsive banner sliderMagento 2 Responsive banner slider
Magento 2 Responsive banner slider
 
Magento 2 call for price
Magento 2 call for priceMagento 2 call for price
Magento 2 call for price
 
Magento 2 Extra Fee Extension
Magento 2 Extra Fee ExtensionMagento 2 Extra Fee Extension
Magento 2 Extra Fee Extension
 
Magento 2 Spam and Bot Blocker
Magento 2 Spam and Bot BlockerMagento 2 Spam and Bot Blocker
Magento 2 Spam and Bot Blocker
 
Magento 2 Order Attributes
Magento 2 Order Attributes Magento 2 Order Attributes
Magento 2 Order Attributes
 
Magento 2 ajax add to cart
Magento 2 ajax add to cartMagento 2 ajax add to cart
Magento 2 ajax add to cart
 
Magento 2 Frequently Bought Together
Magento 2 Frequently Bought TogetherMagento 2 Frequently Bought Together
Magento 2 Frequently Bought Together
 
Magento 2 Event Manager Extension
Magento 2 Event Manager ExtensionMagento 2 Event Manager Extension
Magento 2 Event Manager Extension
 
Magento 2 Google Rich Snippets
Magento 2 Google Rich SnippetsMagento 2 Google Rich Snippets
Magento 2 Google Rich Snippets
 
Magento 2 Product Tabs
Magento 2 Product TabsMagento 2 Product Tabs
Magento 2 Product Tabs
 
Magento 2 Countdown Timer Extension
Magento 2 Countdown Timer ExtensionMagento 2 Countdown Timer Extension
Magento 2 Countdown Timer Extension
 
Magento 2 Newsletter Popup
Magento 2 Newsletter PopupMagento 2 Newsletter Popup
Magento 2 Newsletter Popup
 
Magento 2 Store Locator Extension
Magento 2 Store Locator ExtensionMagento 2 Store Locator Extension
Magento 2 Store Locator Extension
 
Facebooksuit for magento 2
Facebooksuit for magento 2Facebooksuit for magento 2
Facebooksuit for magento 2
 
Magento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation MenuMagento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation Menu
 
Magento 2 Quick View Extension by ITORIS INC.
Magento 2 Quick View Extension by ITORIS INC.Magento 2 Quick View Extension by ITORIS INC.
Magento 2 Quick View Extension by ITORIS INC.
 

More from MageAnts

Magento 2 Survey Extension
Magento 2 Survey ExtensionMagento 2 Survey Extension
Magento 2 Survey ExtensionMageAnts
 
Magento 2 Custom Option Image
Magento 2 Custom Option ImageMagento 2 Custom Option Image
Magento 2 Custom Option ImageMageAnts
 
Magento 2 Admin Email Notification extension
Magento 2 Admin Email Notification extensionMagento 2 Admin Email Notification extension
Magento 2 Admin Email Notification extensionMageAnts
 
Magento 2 Defer JavaScript
Magento 2 Defer JavaScriptMagento 2 Defer JavaScript
Magento 2 Defer JavaScriptMageAnts
 
Magento 2 Maintenance Page Extension
Magento 2 Maintenance Page ExtensionMagento 2 Maintenance Page Extension
Magento 2 Maintenance Page ExtensionMageAnts
 
Magento 2 Automatic Invoice and Shipment Extension
Magento 2 Automatic Invoice and Shipment ExtensionMagento 2 Automatic Invoice and Shipment Extension
Magento 2 Automatic Invoice and Shipment ExtensionMageAnts
 
Magento 2 Import Export Product Attributes Extension
Magento 2 Import Export Product Attributes ExtensionMagento 2 Import Export Product Attributes Extension
Magento 2 Import Export Product Attributes ExtensionMageAnts
 
Magento 2 Advanced Permissions
Magento 2 Advanced PermissionsMagento 2 Advanced Permissions
Magento 2 Advanced PermissionsMageAnts
 
Magento 2 Auto Cancel Order
Magento 2 Auto Cancel OrderMagento 2 Auto Cancel Order
Magento 2 Auto Cancel OrderMageAnts
 
Magento 2 Delete Account
Magento 2 Delete AccountMagento 2 Delete Account
Magento 2 Delete AccountMageAnts
 
Magento 2 shipping table rates
Magento 2 shipping table ratesMagento 2 shipping table rates
Magento 2 shipping table ratesMageAnts
 
Magento 2 Multiple Wishlists Extension by MageAnts
Magento 2 Multiple Wishlists Extension by MageAntsMagento 2 Multiple Wishlists Extension by MageAnts
Magento 2 Multiple Wishlists Extension by MageAntsMageAnts
 
Magento 2 Import Coupon Codes
Magento 2 Import Coupon CodesMagento 2 Import Coupon Codes
Magento 2 Import Coupon CodesMageAnts
 
Magento 2 custom stock status
Magento 2 custom stock statusMagento 2 custom stock status
Magento 2 custom stock statusMageAnts
 
Magento 2 custom order number
Magento 2 custom order numberMagento 2 custom order number
Magento 2 custom order numberMageAnts
 

More from MageAnts (15)

Magento 2 Survey Extension
Magento 2 Survey ExtensionMagento 2 Survey Extension
Magento 2 Survey Extension
 
Magento 2 Custom Option Image
Magento 2 Custom Option ImageMagento 2 Custom Option Image
Magento 2 Custom Option Image
 
Magento 2 Admin Email Notification extension
Magento 2 Admin Email Notification extensionMagento 2 Admin Email Notification extension
Magento 2 Admin Email Notification extension
 
Magento 2 Defer JavaScript
Magento 2 Defer JavaScriptMagento 2 Defer JavaScript
Magento 2 Defer JavaScript
 
Magento 2 Maintenance Page Extension
Magento 2 Maintenance Page ExtensionMagento 2 Maintenance Page Extension
Magento 2 Maintenance Page Extension
 
Magento 2 Automatic Invoice and Shipment Extension
Magento 2 Automatic Invoice and Shipment ExtensionMagento 2 Automatic Invoice and Shipment Extension
Magento 2 Automatic Invoice and Shipment Extension
 
Magento 2 Import Export Product Attributes Extension
Magento 2 Import Export Product Attributes ExtensionMagento 2 Import Export Product Attributes Extension
Magento 2 Import Export Product Attributes Extension
 
Magento 2 Advanced Permissions
Magento 2 Advanced PermissionsMagento 2 Advanced Permissions
Magento 2 Advanced Permissions
 
Magento 2 Auto Cancel Order
Magento 2 Auto Cancel OrderMagento 2 Auto Cancel Order
Magento 2 Auto Cancel Order
 
Magento 2 Delete Account
Magento 2 Delete AccountMagento 2 Delete Account
Magento 2 Delete Account
 
Magento 2 shipping table rates
Magento 2 shipping table ratesMagento 2 shipping table rates
Magento 2 shipping table rates
 
Magento 2 Multiple Wishlists Extension by MageAnts
Magento 2 Multiple Wishlists Extension by MageAntsMagento 2 Multiple Wishlists Extension by MageAnts
Magento 2 Multiple Wishlists Extension by MageAnts
 
Magento 2 Import Coupon Codes
Magento 2 Import Coupon CodesMagento 2 Import Coupon Codes
Magento 2 Import Coupon Codes
 
Magento 2 custom stock status
Magento 2 custom stock statusMagento 2 custom stock status
Magento 2 custom stock status
 
Magento 2 custom order number
Magento 2 custom order numberMagento 2 custom order number
Magento 2 custom order number
 

Recently uploaded

Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfhenrik385807
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Salam Al-Karadaghi
 
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...marjmae69
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptssuser319dad
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...NETWAYS
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Pooja Nehwal
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxFamilyWorshipCenterD
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...NETWAYS
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...henrik385807
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxaryanv1753
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfhenrik385807
 
Genshin Impact PPT Template by EaTemp.pptx
Genshin Impact PPT Template by EaTemp.pptxGenshin Impact PPT Template by EaTemp.pptx
Genshin Impact PPT Template by EaTemp.pptxJohnree4
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxmavinoikein
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringSebastiano Panichella
 
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
LANDMARKS  AND MONUMENTS IN NIGERIA.pptxLANDMARKS  AND MONUMENTS IN NIGERIA.pptx
LANDMARKS AND MONUMENTS IN NIGERIA.pptxBasil Achie
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸mathanramanathan2005
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...NETWAYS
 
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)Basil Achie
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...NETWAYS
 

Recently uploaded (20)

Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdfOpen Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
Open Source Strategy in Logistics 2015_Henrik Hankedvz-d-nl-log-conference.pdf
 
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
Exploring protein-protein interactions by Weak Affinity Chromatography (WAC) ...
 
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
Gaps, Issues and Challenges in the Implementation of Mother Tongue Based-Mult...
 
Philippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.pptPhilippine History cavite Mutiny Report.ppt
Philippine History cavite Mutiny Report.ppt
 
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
Open Source Camp Kubernetes 2024 | Running WebAssembly on Kubernetes by Alex ...
 
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
Navi Mumbai Call Girls Service Pooja 9892124323 Real Russian Girls Looking Mo...
 
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptxGenesis part 2 Isaiah Scudder 04-24-2024.pptx
Genesis part 2 Isaiah Scudder 04-24-2024.pptx
 
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
OSCamp Kubernetes 2024 | A Tester's Guide to CI_CD as an Automated Quality Co...
 
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
CTAC 2024 Valencia - Sven Zoelle - Most Crucial Invest to Digitalisation_slid...
 
Event 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptxEvent 4 Introduction to Open Source.pptx
Event 4 Introduction to Open Source.pptx
 
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdfCTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
CTAC 2024 Valencia - Henrik Hanke - Reduce to the max - slideshare.pdf
 
Genshin Impact PPT Template by EaTemp.pptx
Genshin Impact PPT Template by EaTemp.pptxGenshin Impact PPT Template by EaTemp.pptx
Genshin Impact PPT Template by EaTemp.pptx
 
Work Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptxWork Remotely with Confluence ACE 2.pptx
Work Remotely with Confluence ACE 2.pptx
 
The 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software EngineeringThe 3rd Intl. Workshop on NL-based Software Engineering
The 3rd Intl. Workshop on NL-based Software Engineering
 
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
LANDMARKS  AND MONUMENTS IN NIGERIA.pptxLANDMARKS  AND MONUMENTS IN NIGERIA.pptx
LANDMARKS AND MONUMENTS IN NIGERIA.pptx
 
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Rohini Delhi 💯Call Us 🔝8264348440🔝
 
Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸Mathan flower ppt.pptx slide orchids ✨🌸
Mathan flower ppt.pptx slide orchids ✨🌸
 
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...
OSCamp Kubernetes 2024 | Zero-Touch OS-Infrastruktur fĂźr Container und Kubern...
 
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
NATIONAL ANTHEMS OF AFRICA (National Anthems of Africa)
 
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
Open Source Camp Kubernetes 2024 | Monitoring Kubernetes With Icinga by Eric ...
 

Quick View For Magento 2

  • 1. www.mageants.com support@mageants.com 1 Quick View - Magento 2 USER MANUAL
  • 2. www.mageants.com support@mageants.com 2 Table Of Contents Preface.............................................................................................3 Installation Guide..............................................................................4 Quick View Configuration...................................................................5 Front-end Example............................................................................6
  • 3. www.mageants.com support@mageants.com 3 Preface Quick View is perfect extension for the store owners who wants easily add to cart any product without leaving the current page by using the Quick View functionality. - Customers can quickly view product details and add to cart the product on category page by using pop up window. - In the pop up window customers can the product details like: product image, product price, product options, quantity box, add to cart button, Product reviews and additional info. - It also enables you to add the required quantity of that product to cart through AJAX. - It works for all types of products like simple,configurable... - AJAX add to cart. - Ability to submit reviews from the pop-up. - Fully responsive pop-up. - Easy to Enable/Disable from admin. - After add To Cart getting option for continue shopping & go to shopping cart button. - Support all major browsers. - Thumbnail image will show when you mouse over on product images on category page. - Product images flip also support with configurable swatches.
  • 4. www.mageants.com support@mageants.com 4 Installation There are two ways of installing extension in magento2. 1) Using COMMAND LINE. 2) Manually Install extension. Option 1: Magento 2 install extension using COMMAND LINE (Recommended) Follow below steps to install extension from the command line. Step 1: Download the extension and unzip it. Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create. Step 3: Disable the cache under System -> Cache Management. Step 4: Enter the following at the command line: php bin/magento setup:upgrade Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores -> Configuration -> Advanced -> Advanced, the module will be displayed in the admin panel. Option 2: Magento 2 install extension manually Step 1: Download the extension and unzip it. Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create. Step 3: Disable the cache under System -> Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_QuickView’ => 1 Step 4: Disable the cache under System -> Cache Management Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores -> Configuration -> Advanced -> Advanced, the module will be displayed in the admin panel.
  • 5. www.mageants.com support@mageants.com 5 Configuration After Installation of Extension log in to magento admin panel for set configuration of the extension. as per below screen shot you can enable or disable this extension functionality here.
  • 6. www.mageants.com support@mageants.com 6 Front-end Example: Here, Customers can see the Quick View icon & flip the product image on hover in product listing page & search page. If you want to add quick view icon in any other custom product listing page then add following code inside “product-item-details” div. $isEnabled = $this->helper('MageantsQuickViewHelperData') ->getIsEnableQuickView(); if ($isEnabled) { $productUrl = $this->getUrl(''mageants_quickview/catalog_product/view', array('id' => $product->getId())); echo '<a class="mageants-quickview mageants_quickview_button" data-quickview-url=' . $productUrl . ' href="javascript:void(0);"></a>'; }
  • 7. www.mageants.com support@mageants.com 7 If you want to add flip image functionality in any other custom product listing page then replace the following image code. $isEnabledFlipImages = $this->helper('MageantsQuickViewHelperData') ->getIsEnableFlipImages(); if ($isEnabledFlipImages) { $image_hover = 'category_page_grid_hover'; $productHoverImage = $block->getImage($_product, $image_hover); <a href="<?php /* @escapeNotVerified */ echo $_product->getProductUrl() ?>" class="product photo product-item-photo" tabindex="-1"> <span class="main-image"> <?php echo $productImage->toHtml(); ?> </span> <span class="hover-image"> <?php echo $productHoverImage->toHtml(); ?> </span> </a> } After click on quick view icon you can see quick view pop up with all the product information their you can perform any action with AJAX like add To Cart, add Review...
  • 8. www.mageants.com support@mageants.com 8 After added product to cart getting success message pop up box their clicking on checkout button can redirect to checkout page. After 5 seconds automatically closed this pop up. After closed this pop up you can see your product in cart.
  • 9. www.mageants.com support@mageants.com 9 Thank you! Should you have any questions or feature suggestions, please contact us at: http://mageants.com/contacts Your feedback is absolutely welcome!