Table of Contents

Class EcomCartLoadedObserver

Namespace
Dynamicweb.Ecommerce.Examples.Notifications
Assembly
Dynamicweb.Ecommerce.Examples.dll
Subscribing on Cart.Loaded event
[Subscribe("DWN_ECOM_CART_LOADED")]
public class EcomCartLoadedObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
EcomCartLoadedObserver
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Call to invoke observer.
public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
The notification.
args NotificationArgs
The args.
To top