Table of Contents

Class EcomCartLineAddedSubscriber

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

Cart line Added subscriber.

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

Methods

OnNotify(string, NotificationArgs)

Track event Cart.Line.Added

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top