Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 960 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 960 Bytes

Added To Cart Popup — Magento 2.3 Module

This module displays a responsive popup after a product is added to cart. When the popup is displayed, a few suggested products are also presented to the user — you can choose between Latest Products, Related Products, Best Sellers and Random Products.

It is fully built with KnockoutJS and also implements a new CustomerData section.

cartpopup-565

Usage

The management options can be found under Stores > Configuration > Catalog > Added to cart PopUp.

Installation

Composer

composer config repositories.andresams git [email protected]:andresams/magento2-cart-popup.git
composer require prestafy/magento2-cart-popup

Modman

modman clone [email protected]:andresams/magento2-cart-popup.git

Authors