Click or drag to resize
ShoppingCartDEFAULT_CHECKOUT_PROCESS Field
Default checkout process XML definition.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 11.0.0
Syntax
C#
public const string DEFAULT_CHECKOUT_PROCESS = "<checkout><step name="ShoppingCartCustomerSelection" caption="{$Order_New.CustomerSelection.Title$}" path="~/CMSModules/Ecommerce/Controls/ShoppingCart/ShoppingCartCustomerSelection.ascx" livesite="false" cmsdeskorder="true" cmsdeskcustomer="false" cmsdeskorderitems="false" /><step name="ShoppingCartContent" caption="{$order_new.cartcontent.title$}" path="~/CMSModules/Ecommerce/Controls/ShoppingCart/ShoppingCartContent.ascx" livesite="true" cmsdeskorder="true" cmsdeskcustomer="true" cmsdeskorderitems="true" icon="Content.gif" /><step name="ShoppingCartCheckRegistration" caption="{$Order_new.ShoppingCartCheckRegistration.Title$}" path="~/CMSModules/Ecommerce/Controls/ShoppingCart/ShoppingCartCheckRegistration.ascx" livesite="true" cmsdeskorder="false" cmsdeskcustomer="false" cmsdeskorderitems="false" icon="CheckRegistration.gif" /><step name="ShoppingCartOrderAddresses" caption="{$Order_new.ShoppingCartOrderAddresses.Title$}" path="~/CMSModules/Ecommerce/Controls/ShoppingCart/ShoppingCartOrderAddresses.ascx" livesite="true" cmsdeskorder="true" cmsdeskcustomer="true" cmsdeskorderitems="false" icon="Addresses.gif" /><step name="ShoppingCartPaymentShipping" caption="{$Order_new.PaymentShipping.Title$}" path="~/CMSModules/Ecommerce/Controls/ShoppingCart/ShoppingCartPaymentShipping.ascx" livesite="true" cmsdeskorder="true" cmsdeskcustomer="true" icon="PaymentShipping.gif" cmsdeskorderitems="false" /><step name="ShoppingCartPreview" caption="{$Order_New.CartPreview.Title$}" path="~/CMSModules/Ecommerce/Controls/ShoppingCart/ShoppingCartPreview.ascx" livesite="true" cmsdeskorder="true" cmsdeskcustomer="true" icon="OrderPreview.gif" cmsdeskorderitems="false" /><step name="ShoppingCartPaymentGateway" caption="{$Order_New.PaymentGateway.Title$}" path="~/CMSModules/Ecommerce/Controls/ShoppingCart/ShoppingCartPaymentGateway.ascx" livesite="true" cmsdeskorder="true" cmsdeskorderitems="true" cmsdeskcustomer="true" icon="PaymentGateway.gif" /></checkout>"

Field Value

Type: String
See Also