shuup.front.admin_module.carts package
Subpackages
- shuup.front.admin_module.carts.views package
- Module contents
CartDetailViewCartListViewCartListView.__init__CartListView.default_columnsCartListView.format_finished_statusCartListView.format_taxful_total_priceCartListView.format_updated_dateCartListView.get_context_dataCartListView.get_object_abstractCartListView.get_querysetCartListView.mass_actions_provider_keyCartListView.modelCartListView.toolbar_buttons_provider_key
- Module contents
Submodules
shuup.front.admin_module.carts.form_parts module
- class shuup.front.admin_module.carts.form_parts.CartDelayConfigurationForm(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 = {'shuup_front_cart_update_delay': <django.forms.fields.IntegerField object>}
- declared_fields = {'shuup_front_cart_update_delay': <django.forms.fields.IntegerField object>}
- property media
Return all media required to render the widgets on this form.