Skip to content

Commit

Permalink
Create functionalities.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonFilipek authored Aug 14, 2024
1 parent 0397ed6 commit 8145fa3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/functionalities.md
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>

0 comments on commit 8145fa3

Please sign in to comment.