Advanced Abandoned Cart Report-Magento 2 Installation

Overview
https://global-ecommerce-services.com/wiki/wp-content/uploads/2018/05/advanced-abandoned-cart-magento2
Advanced Abandoned Cart Report provides more insight and the additional information for Abandoned Cart Reports .

Installation Steps for Advanced Abandoned Cart Extension
Step 1: Upload the extension
1.Log into your hosting space via a FTP client
2.Unzip extension package and upload them into Magento root directory.

Step 2: Enable the extension

1.Open the file config.php under app/etc
2.Add the element: ‘Globalecom_Advancedabandonedcart => 1,

Step 3: Run command line
To complete the installation process, we need to run the following command lines:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Step 4: Check the “Advanced Abandoned Cart Module” at admin
1.Login admin
2.You can see the tab “Advanced Abandoned Cart” on left side of admin page.By clicking the link “Advanced Abandoned Cart Reports” in the menu, you will see the advanced abandoned cart reports.
see below screen shots for the extension results..
https://global-ecommerce-services.com/wiki/wp-content/uploads/2018/05/Advanced-Abandoned-Cart-Report-tab-v2

 

https://global-ecommerce-services.com/wiki/wp-content/uploads/2018/05/Advanced-Abandoned-Cart-Report-Menu v2

 

https://global-ecommerce-services.com/wiki/wp-content/uploads/2018/05/report-details-v2

How to uninstall the extension
Please follow the below instructions to uninstall Advanced Abandoned Cart Magento 2.x plugin
Go to the location app/etc/config.xml
Find the line of code ‘Globalecom_Advancedabandonedcart’=>1
and change it to 0. Refresh the Cache in admin panel->System->Cache Management.