Class TrackProductAddedObserver
- Namespace
- Dynamicweb.Ecommerce.Analytics
- Assembly
- Dynamicweb.Ecommerce.dll
Class TrackProductAddedObserver.
[Obsolete]
[Subscribe("DWN_ECOM_CART_LINE_ADDED")]
[Subscribe("DWN_ECOM_CART_LINE_INCREASED")]
public class TrackProductAddedObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
- Inheritance
-
TrackProductAddedObserver
- Implements
- Inherited Members
Methods
OnNotify(string, NotificationArgs)
Called when [notify].
public override void OnNotify(string notification, NotificationArgs args)
Parameters
notification
string- The notification.
args
NotificationArgs- The arguments.
- See Also