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
-
Saved
For Later Cart Line Added Observer
- Implements
- Inherited Members
Methods
OnNotify(string, NotificationArgs)
Called when notification is broadcast.
Parameters
notification
stringThe notification.
args
NotificationArgs The arguments.