shuup.front.views package
Submodules
shuup.front.views.basket module
- class shuup.front.views.basket.DefaultBasketView(**kwargs)[source]
Bases:
TemplateView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- template_name = 'shuup/front/basket/default_basket.jinja'
shuup.front.views.category module
- class shuup.front.views.category.CategoryView(**kwargs)[source]
Bases:
DetailView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- template_name = 'shuup/front/product/category.jinja'
- template_object_name = 'category'
- class shuup.front.views.category.AllCategoriesView(**kwargs)[source]
Bases:
TemplateView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- template_name = 'shuup/front/product/category.jinja'
shuup.front.views.checkout module
- class shuup.front.views.checkout.BaseCheckoutView(**kwargs)[source]
Bases:
View
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- url_namespace = 'shuup:checkout'
- phase_specs = []
- empty_phase_spec = None
- initial_phase = None
- process_class
alias of
CheckoutProcess
shuup.front.views.dashboard module
- class shuup.front.views.dashboard.DashboardView(**kwargs)[source]
Bases:
DashboardViewMixin
,TemplateView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- template_name = 'shuup/front/dashboard/dashboard.jinja'
shuup.front.views.index module
shuup.front.views.misc module
shuup.front.views.order module
- class shuup.front.views.order.OrderCompleteView(**kwargs)[source]
Bases:
DetailView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- template_name = 'shuup/front/order/complete.jinja'
- context_object_name = 'order'
- class shuup.front.views.order.OrderRequiresVerificationView(**kwargs)[source]
Bases:
DetailView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- template_name = 'shuup/front/order/requires_verification.jinja'
shuup.front.views.payment module
- class shuup.front.views.payment.ProcessPaymentView(**kwargs)[source]
Bases:
DetailView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- context_object_name = 'order'
shuup.front.views.product module
- class shuup.front.views.product.ProductDetailView(**kwargs)[source]
Bases:
DetailView
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.
- template_name = 'shuup/front/product/detail.jinja'
- context_object_name = 'product'
shuup.front.views.upload module
- class shuup.front.views.upload.UploadImageForm(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.utils.ErrorList'>, label_suffix=None, empty_permitted=False, field_order=None, use_required_attribute=None, renderer=None)[source]
Bases:
Form
- base_fields = {'file': <django.forms.fields.ImageField object>}
- declared_fields = {'file': <django.forms.fields.ImageField object>}
- property media
Return all media required to render the widgets on this form.