-
Notifications
You must be signed in to change notification settings - Fork 288
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
Add cart item subtotal to CartItem component #240
Labels
enhancement
For issues that describe a feature that needs to be added, changed, or removed, but is not a bug
Comments
cassytaylor
added
the
bug
For issues that describe a defect or regression in the released software
label
Aug 20, 2018
aldeed
removed
the
bug
For issues that describe a defect or regression in the released software
label
Sep 18, 2018
aldeed
changed the title
Item prices (price each vs. total price) is unclear in Cart / Minicart
Add cart item subtotal to CartItem component
Sep 18, 2018
The necessary data comes from GraphQL in |
spencern
added
the
enhancement
For issues that describe a feature that needs to be added, changed, or removed, but is not a bug
label
Oct 18, 2018
nnnnat
added a commit
that referenced
this issue
Nov 29, 2018
…tems-subtotal #240: Add subtotal to CartItems
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
For issues that describe a feature that needs to be added, changed, or removed, but is not a bug
Issue
Due to oversight during the design process (sorry), total item price is unclear in the cart.
The total price of an item isn't reflected when the quantity is 2+ in the cart, only the "each" quantity.
There should be a line showing the total cost for the watches (5 x $699.99)
Solution
The total price per item should be reflected in the cart.
Desktop mock: http://zpl.io/aRq4xQg
Mobile: http://zpl.io/VQqNR4A
The text was updated successfully, but these errors were encountered: