Table of Contents

Class SavedForLaterCartDeletedObserver

Namespace
Dynamicweb.Ecommerce.Frontend.Cart
Assembly
Dynamicweb.Ecommerce.dll

Saves product which were in the card before deletion into the database

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

Methods

OnNotify(string, NotificationArgs)

Called when notification is broadcast.

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string

The notification.

args NotificationArgs

The arguments.

See Also

To top