Table of Contents

Class EcomCartDeletedSubscriber

Namespace
Dynamicweb.Ecommerce.Tracking
Assembly
Dynamicweb.Ecommerce.dll

Cart Deleted subscriber.

[Subscribe("DWN_ECOM_CART_DELETED")]
public class EcomCartDeletedSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
EcomCartDeletedSubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Track event Cart.Empty

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top