Table of Contents

Class Ecommerce.Discounts.AfterDiscountCalculationsArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll

Provides information about order that has been discounted

public class Ecommerce.Discounts.AfterDiscountCalculationsArgs : NotificationArgs
Inheritance
Ecommerce.Discounts.AfterDiscountCalculationsArgs
Inherited Members

Remarks

Properties

Cart

Gets or sets the order/cart.

public Order Cart { get; set; }

Property Value

Order

Order/cart. Setting this from a notification subscriber will have no effect.

See Also

To top