Table of Contents

Class Ecommerce.Cart.BeforeCheckoutStepArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
Provides information about order just before the order is processed in the checkout step.
public class Ecommerce.Cart.BeforeCheckoutStepArgs : CancelableNotificationArgs
Inheritance
Ecommerce.Cart.BeforeCheckoutStepArgs
Inherited Members

Examples

Remarks

Properties

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

StepIndex

Gets or sets the step index during the checkout step
public int StepIndex { get; }

Property Value

int
See Also

See Also

To top