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

The type of recommendation to show. Choices are:

  • CrossSell - used to help sell additional items that a site visitor might be interested in. For example, if you are selling Denim Jackets, you might want to cross sell them pants or shirts.
  • UpSell - used to sell additional items that improve on the item being purchased. For example, if you are selling 7 megapixel digital cameras, you might want show the site visitor 10 megapixel digital cameras.
For information on Cross Selling and Upselling, see the Administrator Manual section "Adding Cross Sell and Upsell Recommendations to a Catalog Entry"

C#
[Bindable(true), Category("Ektron"), DefaultValue(EkEnumeration.RecommendationType.CrossSell), Description("The type of recommendation to show. Choices are CrossSell and Upsell.")]
public EkEnumeration.RecommendationType RecommendationType;
Visual Basic
<Bindable(true), Category("Ektron"), DefaultValue(EkEnumeration.RecommendationType.CrossSell), Description("The type of recommendation to show. Choices are CrossSell and Upsell.")>
Public Property RecommendationType() As EkEnumeration.RecommendationType
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!