Skip to content

crankycyclops/AddToCartModal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Magento 2 module that will prompt the user after adding an item to their cart with information about the item and a choice to either proceeed to checkout or continue shopping. Supports configurable options with variable pricing.

To install:

mkdir -p /path/to/store/thirdparty/Crankycyclops
cd /path/to/store/thirdparty/Crankycyclops
git clone git@github.com:crankycyclops/AddToCartModal.git
ln -s /path/to/store/app/code/Crankycyclops /path/to/store/thirdparty/Crankycyclops
php bin/magento module:enable Crankycyclops_AddToCartModal
php bin/magento setup:upgrade

Make sure to clear your cache, and also to run di:compile if you're in production mode.

TODO: composer package coming soon!

About

A Magento 2 module that prompts the user after adding an item to their cart with an option to checkout or continue shopping

Resources

License

Stars

5 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors