Table of Contents

Class Ecommerce.Discounts.BeforeDiscountCalculationsArgs

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

Provides information about order that is about to be discounted! :)

public class Ecommerce.Discounts.BeforeDiscountCalculationsArgs : NotificationArgs
Inheritance
Ecommerce.Discounts.BeforeDiscountCalculationsArgs
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