Table of Contents

Class SavedForLaterProductRemovedObserver

Namespace
Dynamicweb.Ecommerce.Frontend.Cart
Assembly
Dynamicweb.Ecommerce.dll
Removes the product from the SavedForLater's list of products from Database.
[Subscribe("DWN_ECOM_CART_SAVED_FOR_LATER_REMOVED_PRODUCT")]
public class SavedForLaterProductRemovedObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
SavedForLaterProductRemovedObserver
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

See Also

To top