public GetIntersightRecommendationPhysicalItem()
 {
     ApiInstance = new RecommendationApi(Config);
     MethodName  = "GetRecommendationPhysicalItemListWithHttpInfo";
 }
Ejemplo n.º 2
0
 protected void Display_UpSell()
 {
     recommendationManager = new Ektron.Cms.Commerce.RecommendationApi();
     RecommendationList = recommendationManager.GetList(m_iID, ContentLanguage, RecType);
     Util_BuildRecommendations();
 }
 public GetIntersightRecommendationCapacityRunway()
 {
     ApiInstance = new RecommendationApi(Config);
     MethodName  = "GetRecommendationCapacityRunwayListWithHttpInfo";
 }
Ejemplo n.º 4
0
    protected void Process_UpSell()
    {
        recommendationManager = new Ektron.Cms.Commerce.RecommendationApi();
        RecommendationList = Process_GetRecommendations();
        recommendationManager.UpdateUpSell(m_iID, RecommendationList);

        Response.Redirect((string)("../../content.aspx?action=View&folder_id=" + m_iFolderId + "&id=" + m_iID + "&LangType=" + ContentLanguage + "&callerpage=content.aspx&origurl=action=%3dViewContentByCategory%26id%3d" + m_iFolderId), false);
    }