Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdnagency/magento-save-cart
Enhance your e-commerce experience with the Save Cart Extension. Empower your customers to effortlessly save their shopping carts, including personalized custom options, for convenient future purchases.
https://github.com/mdnagency/magento-save-cart
magento2 magento2-extension magento2-extension-free magento2-module magento2-module-free save-cart
Last synced: about 2 months ago
JSON representation
Enhance your e-commerce experience with the Save Cart Extension. Empower your customers to effortlessly save their shopping carts, including personalized custom options, for convenient future purchases.
- Host: GitHub
- URL: https://github.com/mdnagency/magento-save-cart
- Owner: MdnAgency
- License: osl-3.0
- Created: 2023-07-03T08:54:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-04T10:13:43.000Z (10 months ago)
- Last Synced: 2024-11-07T02:07:25.134Z (about 2 months ago)
- Topics: magento2, magento2-extension, magento2-extension-free, magento2-module, magento2-module-free, save-cart
- Language: PHP
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Magento 2 Save Cart module
This Open-Source module allows users to save their cart with a name and description.
Users can manage their saved cart in the user account section.Available Options :
- Add saved cart active
- View saved cart detail
- Delete saved cartThe module can be enable or disable via admin magento admin panel
## Compatibility
This module has been tested with Magento 2.4.5## Installation
To Install the Magento2 Save Cart module:
```
composer require maisondunet/module-save-quote
```
To enable the module:
```
bin/magento module:enable Maisondunet_SaveQuote
```## Module configuration
Module configuration is located at:
Stores > Configuration > Sales > Checkout > Save Cart## How it works
The user selects items and adds them to the shopping cart.
When accessing the shopping cart simply click on the "save your cart" link.If the user is logged in, a Magento modal opens with a "Name" and "Description" input form (only name is required).
If the user is not logged in, he is redirected to login page.
When user save cart, a new empty cart is created for current cart.User can find his saved cart in his account section by clicking on "My Saved Carts"
Easily manage your carts from your cart list. Add cart to current one, view product details or delete saved cart.
### Merge Strategy
User can add a saved cart in his current cart. If the current cart contains items, the module merges the two carts in the current cart.
### Hyva Theme Compatibility
This module has native compatibility for Hÿva Theme since version 1.1.8. For older versions compatibility layer is available [Here](https://github.com/MdnAgency/magento-hyva-save-cart)
## Who are we ?
If you want to discover the [Mdn-Agency](https://maisondunet.com/)