SlideShare a Scribd company logo
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 Scroll
MageAnts
 
Magento 2 GeoIp Store Switcher
Magento 2 GeoIp Store SwitcherMagento 2 GeoIp Store Switcher
Magento 2 GeoIp Store Switcher
MageAnts
 
Magento 2 FAQ
Magento 2 FAQMagento 2 FAQ
Magento 2 FAQ
MageAnts
 
Wholesale configurable product for magento 2
Wholesale configurable product for magento 2Wholesale configurable product for magento 2
Wholesale configurable product for magento 2
MageAnts
 
Magento 2 instagram integration
Magento 2 instagram integrationMagento 2 instagram integration
Magento 2 instagram integration
MageAnts
 
Magento 2 force login
Magento 2 force loginMagento 2 force login
Magento 2 force login
MageAnts
 
Magento 2 Duplicate Category
Magento 2 Duplicate CategoryMagento 2 Duplicate Category
Magento 2 Duplicate Category
MageAnts
 
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 2
MageAnts
 
Magento 2 GDPR Extension
Magento 2 GDPR ExtensionMagento 2 GDPR Extension
Magento 2 GDPR Extension
MageAnts
 
Sub Category-Magento-Extension
Sub Category-Magento-ExtensionSub Category-Magento-Extension
Sub Category-Magento-Extension
Oscprofessionals
 
SugarMob Pro
SugarMob ProSugarMob Pro
SugarMob Pro
Biztech Store
 
Ocodewire one_page_checkout_extension_demo
Ocodewire one_page_checkout_extension_demoOcodewire one_page_checkout_extension_demo
Ocodewire one_page_checkout_extension_demo
Magento oCodewire
 
Premium prescription lens configurator magento2
Premium prescription lens configurator magento2Premium prescription lens configurator magento2
Premium prescription lens configurator magento2
SoftProdigy
 
Magtronics - Magento Theme Documentation
Magtronics - Magento Theme DocumentationMagtronics - Magento Theme Documentation
Magtronics - Magento Theme Documentation
SoftProdigy
 
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 2
MageAnts
 
Store pickup for magento 2
Store pickup for magento 2Store pickup for magento 2
Store pickup for magento 2
MageAnts
 
Magento 2 wholesale fast order
Magento 2 wholesale fast orderMagento 2 wholesale fast order
Magento 2 wholesale fast order
MageAnts
 
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 slider
MageAnts
 
Magento 2 call for price
Magento 2 call for priceMagento 2 call for price
Magento 2 call for price
MageAnts
 
Magento 2 Extra Fee Extension
Magento 2 Extra Fee ExtensionMagento 2 Extra Fee Extension
Magento 2 Extra Fee Extension
MageAnts
 
Magento 2 Spam and Bot Blocker
Magento 2 Spam and Bot BlockerMagento 2 Spam and Bot Blocker
Magento 2 Spam and Bot Blocker
MageAnts
 
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 cart
MageAnts
 
Magento 2 Frequently Bought Together
Magento 2 Frequently Bought TogetherMagento 2 Frequently Bought Together
Magento 2 Frequently Bought Together
MageAnts
 
Magento 2 Event Manager Extension
Magento 2 Event Manager ExtensionMagento 2 Event Manager Extension
Magento 2 Event Manager Extension
MageAnts
 
Magento 2 Google Rich Snippets
Magento 2 Google Rich SnippetsMagento 2 Google Rich Snippets
Magento 2 Google Rich Snippets
MageAnts
 
Magento 2 Product Tabs
Magento 2 Product TabsMagento 2 Product Tabs
Magento 2 Product Tabs
MageAnts
 
Magento 2 Countdown Timer Extension
Magento 2 Countdown Timer ExtensionMagento 2 Countdown Timer Extension
Magento 2 Countdown Timer Extension
MageAnts
 
Magento 2 Newsletter Popup
Magento 2 Newsletter PopupMagento 2 Newsletter Popup
Magento 2 Newsletter Popup
MageAnts
 
Magento 2 Store Locator Extension
Magento 2 Store Locator ExtensionMagento 2 Store Locator Extension
Magento 2 Store Locator Extension
MageAnts
 
Facebooksuit for magento 2
Facebooksuit for magento 2Facebooksuit for magento 2
Facebooksuit for magento 2
MageAnts
 
Magento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation MenuMagento 2 Responsive Navigation Menu
Magento 2 Responsive Navigation Menu
MageAnts
 
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 Extension
MageAnts
 
Magento 2 Custom Option Image
Magento 2 Custom Option ImageMagento 2 Custom Option Image
Magento 2 Custom Option Image
MageAnts
 
Magento 2 Admin Email Notification extension
Magento 2 Admin Email Notification extensionMagento 2 Admin Email Notification extension
Magento 2 Admin Email Notification extension
MageAnts
 
Magento 2 Defer JavaScript
Magento 2 Defer JavaScriptMagento 2 Defer JavaScript
Magento 2 Defer JavaScript
MageAnts
 
Magento 2 Maintenance Page Extension
Magento 2 Maintenance Page ExtensionMagento 2 Maintenance Page Extension
Magento 2 Maintenance Page Extension
MageAnts
 
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
MageAnts
 
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
MageAnts
 
Magento 2 Advanced Permissions
Magento 2 Advanced PermissionsMagento 2 Advanced Permissions
Magento 2 Advanced Permissions
MageAnts
 
Magento 2 Auto Cancel Order
Magento 2 Auto Cancel OrderMagento 2 Auto Cancel Order
Magento 2 Auto Cancel Order
MageAnts
 
Magento 2 Delete Account
Magento 2 Delete AccountMagento 2 Delete Account
Magento 2 Delete Account
MageAnts
 
Magento 2 shipping table rates
Magento 2 shipping table ratesMagento 2 shipping table rates
Magento 2 shipping table rates
MageAnts
 
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
MageAnts
 
Magento 2 Import Coupon Codes
Magento 2 Import Coupon CodesMagento 2 Import Coupon Codes
Magento 2 Import Coupon Codes
MageAnts
 
Magento 2 custom stock status
Magento 2 custom stock statusMagento 2 custom stock status
Magento 2 custom stock status
MageAnts
 
Magento 2 custom order number
Magento 2 custom order numberMagento 2 custom order number
Magento 2 custom order number
MageAnts
 

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

Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Sebastiano Panichella
 
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
SkillCertProExams
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
Sebastiano Panichella
 
María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024
eCommerce Institute
 
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Dutch Power
 
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Dutch Power
 
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Sebastiano Panichella
 
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie WellsCollapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Rosie Wells
 
Burning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdfBurning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdf
kkirkland2
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Access Innovations, Inc.
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
khadija278284
 
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AwangAniqkmals
 
Gregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptxGregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptx
gharris9
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
Howard Spence
 
2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf
Frederic Leger
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
faizulhassanfaiz1670
 
Tom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issueTom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issue
amekonnen
 
Gregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics PresentationGregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics Presentation
gharris9
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
Faculty of Medicine And Health Sciences
 

Recently uploaded (19)

Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
 
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
Mastering the Concepts Tested in the Databricks Certified Data Engineer Assoc...
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
 
María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024
 
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
Presentatie 4. Jochen Cremer - TU Delft 28 mei 2024
 
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
Presentatie 8. Joost van der Linde & Daniel Anderton - Eliq 28 mei 2024
 
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
 
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie WellsCollapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
Collapsing Narratives: Exploring Non-Linearity • a micro report by Rosie Wells
 
Burning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdfBurning Issue Presentation By Kenmaryon.pdf
Burning Issue Presentation By Kenmaryon.pdf
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
 
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
AWANG ANIQKMALBIN AWANG TAJUDIN B22080004 ASSIGNMENT 2 MPU3193 PHILOSOPHY AND...
 
Gregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptxGregory Harris' Civics Presentation.pptx
Gregory Harris' Civics Presentation.pptx
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
 
2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf2024-05-30_meetup_devops_aix-marseille.pdf
2024-05-30_meetup_devops_aix-marseille.pdf
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
 
Tom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issueTom tresser burning issue.pptx My Burning issue
Tom tresser burning issue.pptx My Burning issue
 
Gregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics PresentationGregory Harris - Cycle 2 - Civics Presentation
Gregory Harris - Cycle 2 - Civics Presentation
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
 

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!