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

167197488 favicon #129

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

167197488 favicon #129

wants to merge 3 commits into from

Conversation

xcixor
Copy link
Collaborator

@xcixor xcixor commented Jul 26, 2019

Short description of what this resolves:

This PR ensures item inventory is updated and also adds a favicon

Changes proposed in this pull request:

  • Reduce item quantity on order
  • Restore item quantity on order cancel
  • Add favicon

Screenshots:

Fixes: #167197488

@@ -4,6 +4,9 @@
from front.tests.test_users import UserSignupTestCase
from front.models import (
Review, User, ShippingAddress, Order, OrderStatus, Cart, CancelledOrder)
from front.models import (

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

redefinition of unused 'CancelledOrder' from line 5
redefinition of unused 'Cart' from line 5
redefinition of unused 'Order' from line 5
redefinition of unused 'OrderStatus' from line 5
redefinition of unused 'Review' from line 5
redefinition of unused 'ShippingAddress' from line 5
redefinition of unused 'User' from line 5

- Reduce item quantity after order
- Put the item out of stock if quantity reduces to zero
- Restore item quantity on item's order cancel
- Add favicon
[Finishes #167197488]
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