shoop.front.admin_module.carts.views package

Module contents

class shoop.front.admin_module.carts.views.CartListView(**kwargs)[source]

Bases: shoop.admin.utils.views.PicotableListView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

columns = [<shoop.admin.utils.picotable.Column object at 0x7f52ff691780>, <shoop.admin.utils.picotable.Column object at 0x7f52ff659a90>, <shoop.admin.utils.picotable.Column object at 0x7f52ff7c18d0>, <shoop.admin.utils.picotable.Column object at 0x7f52ff7c19e8>, <shoop.admin.utils.picotable.Column object at 0x7f52ff7c11d0>, <shoop.admin.utils.picotable.Column object at 0x7f52ff7f3400>, <shoop.admin.utils.picotable.Column object at 0x7f52ff7f35f8>, <shoop.admin.utils.picotable.Column object at 0x7f52ff7f30b8>]
format_abandoned_status(instance, *args, **kwargs)[source]
format_created_date(instance, *args, **kwargs)[source]
format_taxful_total_price(instance, *args, **kwargs)[source]
format_updated_date(instance, *args, **kwargs)[source]
get_context_data(**kwargs)[source]
get_object_abstract(instance, item)[source]
get_queryset()[source]

Ignore potentially active carts, displaying only those not updated for at least 2 hours.

model

alias of StoredBasket