Table of Contents

Class EcomCartCreatedSubscriber

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

Cart Created subscriber.

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

Methods

OnNotify(string, NotificationArgs)

Track event Cart.Created

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top