Table of Contents

Class EcomCartLineRemovedSubscriber

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

Cart line Removed subscriber.

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

Methods

OnNotify(string, NotificationArgs)

Track event Cart.Line.Removed

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top