Table of Contents

Class SavedForLaterCartLineAddedObserver

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

Removes the product from the SavedForLater's list of products from Database when it's added to the cart

[Subscribe("DWN_ECOM_CART_LINE_ADDED")]
public class SavedForLaterCartLineAddedObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
SavedForLaterCartLineAddedObserver
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