You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > Cart Class > Cart Properties > TemplateCheckout
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Cart.TemplateCheckout Property

The template location that contains the Checkout server control. This is the page a site visitor is sent to when the he clicks the Checkout button. If the template file is located in the same folder as the Web form containing this server control, just enter its name. Otherwise, the path to the file can be relative or absolute.

C#
[Category("Ektron")]
[TypeConverter(typeof(string))]
[Description("The template location that contains the Checkout server control. This is the page a site visitor is sent to when the he clicks the Checkout button. If the template file is located in the same folder as the Web form containing this server control, just enter its name. Otherwise, the path to the file can be relative or absolute.")]
[DefaultValue("")]
public string TemplateCheckout;
Visual Basic
<Category("Ektron")>
<TypeConverter(typeof(string))>
<Description("The template location that contains the Checkout server control. This is the page a site visitor is sent to when the he clicks the Checkout button. If the template file is located in the same folder as the Web form containing this server control, just enter its name. Otherwise, the path to the file can be relative or absolute.")>
<DefaultValue("")>
Public Property TemplateCheckout() As string
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!