Class CartStepInfo
- Namespace
- Dynamicweb.Ecommerce.Cart
- Assembly
- Dynamicweb.Ecommerce.dll
CartStepInfo class.
public class CartStepInfo
- Inheritance
-
CartStepInfo
- Inherited Members
Constructors
CartStepInfo()
Initializes a new instance of the CartStepInfo class.
public CartStepInfo()
CartStepInfo(string, string, string, bool)
Initializes a new instance of the CartStepInfo class.
public CartStepInfo(string name, string template, string templatePath, bool isCheckOut)
Parameters
name
string- The name.
template
string- The template.
templatePath
string- The template path.
isCheckOut
bool- if set to
true
[is check out].
Fields
IsCheckout
The is checkout
public bool IsCheckout
Field Value
Name
The name
public string Name
Field Value
Template
The template
public string Template
Field Value
TemplatePath
The template path
public string TemplatePath