shuup.front.apps.recently_viewed_products package
Submodules
shuup.front.apps.recently_viewed_products.plugins module
- class shuup.front.apps.recently_viewed_products.plugins.RecentlyViewedProductsPlugin(config)[source]
Bases:
TemplatedPlugin
Instantiate a Plugin with the given
config
dictionary.- Parameters:
config (dict) – Dictionary of freeform configuration data
- identifier = 'recently_viewed_products'
- name = 'Recently Viewed Products List'
- template_name = 'shuup/recently_viewed_products/list_view.jinja'
Module contents
- class shuup.front.apps.recently_viewed_products.AppConfig(*args, **kwargs)[source]
Bases:
AppConfig
- name = 'shuup.front.apps.recently_viewed_products'
- verbose_name = 'Shuup Frontend - Recently Viewed Products'
- label = 'shuup_front_recently_viewed_products'
- provides = {'xtheme_plugin': ['shuup.front.apps.recently_viewed_products.plugins:RecentlyViewedProductsPlugin'], 'xtheme_resource_injection': ['shuup.front.apps.recently_viewed_products.plugins:add_resources']}
See /provides for details about the
provides
variable.