Click or drag to resize
EcommerceEvents Class
Global e-commerce events
Inheritance Hierarchy
SystemObject
  CMS.EcommerceEcommerceEvents

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static class EcommerceEvents

The EcommerceEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberNewOrderCreated
Fired when new order was created through checkout process.
Public fieldStatic memberOrderPaid
Fired when existing order has been paid.
Public fieldStatic memberProductAddedToShoppingCart
Fired when a product was added to the shopping cart.
Top
See Also