arslanfarrukh / share-cart
Using this extension, the customers can share his cart with his friends and they can add that items to cart on single click.
Package info
github.com/ArslanUS90/ShareCart
Type:magento2-module
pkg:composer/arslanfarrukh/share-cart
1.0.0
2023-04-20 12:16 UTC
Requires
- php: >=7.4.0
- arslanfarrukh/core: 1.0.*
README
Features
- Provides functionality to the customer to share his/her shopping with anyone via email.
- Provides a single add-to-cart functionality to the person receiving invitation to buy from store.
Installation
- Please run the following command
composer require arslanfarrukh/share-cart
- Update the composer if required
composer update
- Enable module
php bin/magento module:enable arslanfarrukh_Core php bin/magento module:enable arslanfarrukh_ShareCart php bin/magento setup:upgrade php bin/magento cache:clean php bin/magento cache:flush
4.If your website is running in product mode the you need to deploy static content and then clear the cache
php bin/magento setup:static-content:deploy php bin/magento setup:di:compile
#####This extension is compatible with all the versions of Magento 2.3.* and 2.4.*. ###Tested on following instances: #####multiple instances i.e. 2.3.7-p3 and 2.4.5-p1