Click or drag to resize
ShoppingCartCleaner Class
Provides an ITask interface to delete old shopping carts.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceShoppingCartCleaner

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

The ShoppingCartCleaner type exposes the following members.

Constructors
  NameDescription
Public methodShoppingCartCleaner
Top
Properties
  NameDescription
Protected propertyCustomerInfoProvider
Gets the provider for CustomerInfo management.
Protected propertyOrderInfoProvider
Gets the provider for OrderInfo management.
Top
Methods
  NameDescription
Public methodExecute
Executes the action deleting old shopping carts from database.
Protected methodGetExpiredShoppingCarts
Returns shopping carts that are expired on given site.
Top
See Also