-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0397ed6
commit 8145fa3
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Functionalities | ||
|
||
--- | ||
|
||
This plugin allows users to create multiple carts for their own use. | ||
|
||
After adding products to the first cart and viewing it, logged-in user has the possibility to add a new cart. | ||
|
||
<div align="center"> | ||
<img src="./images/multicart_single.png"/> | ||
</div> | ||
|
||
After creating it, user can switch between and view the contents of all created carts. | ||
|
||
<div align="center"> | ||
<img src="./images/multicart_multiple.png"/> | ||
</div> | ||
|
||
It is also possible to switch between carts in every shop view using mini cart. | ||
|
||
<div align="center"> | ||
<img src="./images/multicart_switch.png"/> | ||
</div> |