The following tables list the members exposed by eCommerce.Cart.BeforeRenderingNewStepArgs.
Public Properties
| Name | Description |
| Order | Gets or sets the order/cart. |
| RedirectToStepIndex | Gets or sets a flag that indicates whether the Cart should redirect to the value of the StepIndex property. If true the Cart will redirect to the step specified in the StepIndex property; if false the Cart will redirect to the pre-determined step. |
| StepIndex | Gets or sets the index of the new step. The index is 0 (zero) based. |
Top
See Also