Click or drag to resize
MarkCartAbandoned Class
Provides an ITask interface to mark abandoned shopping carts.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceMarkCartAbandoned

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public class MarkCartAbandoned : ITask

The MarkCartAbandoned type exposes the following members.

Constructors
  NameDescription
Public methodMarkCartAbandoned
Top
Methods
  NameDescription
Public methodExecute
Executes the publish action.
Protected methodFilterAbandonedCarts
Allows filter abandoned carts used to log the ShoppingCartAbandoned activity.
Protected methodIsShoppingCartAbandoned
Checks if the given shopping cart is marked as abandoned and the ShoppingCartAbandoned activity is logged.
Top
See Also