MCPcopy Create free account

hub / github.com/SteinOveHelset/interiorshop / functions

Functions30 in github.com/SteinOveHelset/interiorshop

↓ 6 callersMethodsave
(self)
apps/cart/cart.py:46
↓ 3 callersMethodadd
(self, product_id, quantity=1, update_quantity=False)
apps/cart/cart.py:27
↓ 2 callersMethodget_thumbnail
(self)
apps/product/models.py:37
↓ 2 callersMethodget_total_cost
(self)
apps/cart/cart.py:54
↓ 2 callersMethodremove
(self, product_id)
apps/cart/cart.py:41
↓ 1 callersFunctioncheckout
(request, first_name, last_name, email, address, zipcode, place, phone, amount)
apps/order/utilities.py:9
↓ 1 callersMethodclear
(self)
apps/cart/cart.py:50
↓ 1 callersFunctionmain
Run administrative tasks.
manage.py:7
↓ 1 callersMethodmake_thumbnail
(self, image, size=(300, 200))
apps/product/models.py:49
↓ 1 callersMethodmake_thumbnail
(self, image, size=(300, 200))
apps/product/models.py:78
↓ 1 callersFunctionnotify_customer
(order)
apps/order/utilities.py:32
↓ 1 callersFunctionnotify_vendor
(order)
apps/order/utilities.py:19
Method__init__
(self, request)
apps/cart/cart.py:6
Method__iter__
(self)
apps/cart/cart.py:15
Method__len__
(self)
apps/cart/cart.py:24
Method__str__
(self)
apps/product/models.py:17
Method__str__
(self)
apps/product/models.py:34
Method__str__
(self)
apps/order/models.py:21
Method__str__
(self)
apps/order/models.py:32
Functioncart
(request)
apps/cart/context_processors.py:3
Functioncart_detail
(request)
apps/cart/views.py:12
Functioncategory
(request, category_slug)
apps/product/views.py:58
Functioncontact
(request)
apps/core/views.py:10
Functionfrontpage
(request)
apps/core/views.py:5
Methodget_thumbnail
(self)
apps/product/models.py:66
Methodget_total_price
(self)
apps/order/models.py:35
Functionmenu_categories
(request)
apps/product/context_processors.py:3
Functionproduct
(request, category_slug, product_slug)
apps/product/views.py:18
Functionsearch
(request)
apps/product/views.py:12
Functionsuccess
(request)
apps/cart/views.py:68