Table of Contents

Class Ecommerce.Cart.SendMailsArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
Provides information about order just before Order Emails are sent.
public class Ecommerce.Cart.SendMailsArgs : NotificationArgs
Inheritance
Ecommerce.Cart.SendMailsArgs
Inherited Members

Remarks

The passed NotificationArgs is Ecommerce.Cart.SendMailsArgs

Properties

CartModuleSettings

Gets or sets the Dynamicweb.Ecommerce.Cart.ModuleSettings for the current cart.
public ModuleSettings CartModuleSettings { get; set; }

Property Value

ModuleSettings
ModuleSettings. Setting this from a notification subscriber will have no effect.
See Also

Order

Gets or sets the order/cart.
public Order Order { get; set; }

Property Value

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

See Also

To top