Class CartStepInfo
- Namespace
- Dynamicweb.Ecommerce.Cart
- Assembly
- Dynamicweb.Ecommerce.dll
CartStepInfo class.
public sealed class CartStepInfo
- Inheritance
-
CartStepInfo
- Inherited Members
Constructors
CartStepInfo()
Initializes a new instance of the CartStepInfo class.
public CartStepInfo()
Properties
IsCheckout
The is checkout
public bool IsCheckout { get; set; }
Property Value
Name
The name
public string Name { get; set; }
Property Value
Template
The template
public string Template { get; set; }
Property Value
TemplatePath
The template path
public string TemplatePath { get; set; }