Added to Cart Popup extension open a popup window when product was added to the cart.
Contact DeveloperAdded to Cart Popup is an extension intended for shop owners that will help you to improve adding to shopping cart process. Every time when customer adds new product to his shopping cart the popup will be shown on frontend. The extension works correctly with all product types.
The popup consist of two sections: left and right. On the left section will be shown the product your customer just added to cart. On the bottom of popup window shows up product list which could be interested to your customer. This section can be setup in admin. You can define categories you would like to shows up in popup.
On the right section shows up a shopping cart summary. In this section customer can continue shopping or jump to checkout page.
In SSH console of your server navigate to your store root folder:
cd /path/to/store/root/folder
Enable Added to Cart Popup extension:
php bin/magento module:enable MageKey_AdcPopup -c
Upgrade magento system to apply Added to Cart Popup extension:
php -f bin/magento setup:upgrade
Deploy static view files:
php -f bin/magento setup:static-content:deploy
Added to Cart Popup is an extension intended for shop owners that will help you to improve adding to shopping cart process. Every time when customer adds new product to his shopping cart the popup will be shown on frontend. The extension works correctly with all product types.
To set up the Added to Cart Popup extension navigate to Stores > Configuration > Sales tab > Added to Cart Popup section.
The Configuration screen is represented with two settings blocks: General and Product List.