Refactored checkout steps

This commit is contained in:
Raphael Michel
2015-10-04 17:14:53 +02:00
parent 2e9157cbef
commit 4c6b292968
15 changed files with 549 additions and 348 deletions

View File

@@ -32,7 +32,7 @@ class LoginRequiredMixin:
return login_required(view)
class CartDisplayMixin:
class CartMixin:
@cached_property
def positions(self):
"""