Skip to content

Added to Cart Popup — A responsive popup displayed after the customer adds a product to the Shopping Cart. Made with KnockoutJS for Magento2.3.

Notifications You must be signed in to change notification settings

andresams/magento2-cart-popup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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