shuup.front.apps.simple_order_notification package

Submodules

shuup.front.apps.simple_order_notification.signal_handler module

shuup.front.apps.simple_order_notification.signal_handler.send_simple_order_notification(sender, order, request, **kwargs)[source]
Parameters:order (shuup.core.models.Order) – Order

shuup.front.apps.simple_order_notification.templates module

Module contents

class shuup.front.apps.simple_order_notification.SimpleOrderNotificationAppConfig(*args, **kwargs)[source]

Bases: shuup.apps.AppConfig

name = 'shuup.front.apps.simple_order_notification'
verbose_name = 'Shuup Frontend - Simple Order Notification'
label = 'shuup_front.simple_order_notification'
provides = {'admin_module': ['shuup.front.apps.simple_order_notification.admin_module:SimpleOrderNotificationModule']}