Table of Contents

Class EcomCartLineDecreasedSubscriber

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

Cart line Decreased subscriber.

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

Methods

OnNotify(string, NotificationArgs)

Track event Cart.Line.Decreased

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top