Table of Contents

Class SavedForLaterCartLineRemovedObserver

Namespace
Dynamicweb.Ecommerce.Frontend.Cart
Assembly
Dynamicweb.Ecommerce.dll
Adds the product to the SavedForLater table whe the product is removed
[Subscribe("DWN_ECOM_CART_LINE_REMOVED")]
public class SavedForLaterCartLineRemovedObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
SavedForLaterCartLineRemovedObserver
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