Skip to content
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

[MW] Completed Cart feature #31

Merged
merged 11 commits into from
Oct 24, 2016
Merged

[MW] Completed Cart feature #31

merged 11 commits into from
Oct 24, 2016

Conversation

mayawang
Copy link
Owner

Completed Cart feature logic.

As a guest, I can:

  • Add in-stock products to my cart
  • Select the quantity of product to add to my cart
  • The quantity to add to my cart is a dropdown list from 1 up to product inventory
  • Click order item name to see details of each order item in my cart
  • Change the quantity of an existing product in my cart
  • The same products added in cart in separate occasions will be merged into a single order item
  • Remove each product from my cart
  • Show subtotal price of all order items in my cart
  • Button to "continue shopping", will direct to homepage
  • Button to "checkout", will direct to checkout page(the start of purchase feature, currently under construction)

Major change:

  • changed Order model status attribute from boolean to string (pending and paid)

@mayawang mayawang changed the title Cart_feature_completed Completed Cart feature Oct 24, 2016
@ellevargas ellevargas merged commit f1d8bff into master Oct 24, 2016
@mayawang mayawang changed the title Completed Cart feature [MW] Completed Cart feature Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants