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

The template location that contains the Product server control. This is the page a site visitor is sent to when he clicks the name of a product in his cart. This page provides details about the product. When this property is left blank, the server control uses the Product’s QuickLink information. 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 Product server control. This is the page a site visitor is sent to when he clicks the name of a product in his cart. This page provides details about the product.")]
[DefaultValue("")]
public string TemplateProduct;
Visual Basic
<Category("Ektron")>
<TypeConverter(typeof(string))>
<Description("The template location that contains the Product server control. This is the page a site visitor is sent to when he clicks the name of a product in his cart. This page provides details about the product.")>
<DefaultValue("")>
Public Property TemplateProduct() 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!