-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cart flow documented #10167
Cart flow documented #10167
Conversation
bartoszpietrzak1994
commented
Feb 11, 2019
Q | A |
---|---|
Branch? | 1.3 |
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Related tickets | related to #8370 |
License | MIT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was imagining rather of more descriptive scenarios, with like you know, "This user adds a yellow t-shirt into his cart" :D
But for now it looks okay, just have a look at these two comments :)
61eab4c
to
8d64cd4
Compare
========= | ||
|
||
**Cart** in Sylius is an **Order** in the state ``cart``. | ||
It represents an order that is in progress (not placed yet). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would go with It represents an order that is not placed yet
0fef7b4
to
dcfa415
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is lovely now <3
dcfa415
to
7121ced
Compare
Thanks, Bartosz! 🎉 |