Table of Contents

Class EcomCartViewSubscriber

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

Cart BeforeRenderingNewStep subscriber.

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

Methods

OnNotify(string, NotificationArgs)

Track event Cart.View

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
args NotificationArgs
To top