Actually, want to get this fixed so tried it now. In the shoppingcart.aspx it had this:
Code:
<%@ Page Language="c#" Inherits="InterpriseSuiteEcommerce.ShoppingCartPage" CodeFile="ShoppingCart.aspx.cs" ValidateRequest ="false" %>
<%@ Register TagPrefix="ise" Namespace="InterpriseSuiteEcommerceControls" Assembly="InterpriseSuiteEcommerceControls" %>
<%@ Register TagPrefix="ise" TagName="Topic" Src="TopicControl.ascx" %>
<%@ Register TagPrefix="ise" TagName="XmlPackage" Src="XmlPackageControl.ascx" %>
I copied the last 3 lines of this into the top of the home.aspx file:
Code:
<%@ Register TagPrefix="ise" Namespace="InterpriseSuiteEcommerceControls" Assembly="InterpriseSuiteEcommerceControls" %>
<%@ Register TagPrefix="ise" TagName="Topic" Src="TopicControl.ascx" %>
<%@ Register TagPrefix="ise" TagName="XmlPackage" Src="XmlPackageControl.ascx" %>
Then I copied the topic token from shoppingcart.aspx and replaced the attributes to suit my own topic:
Code:
<ise:Topic runat="server" ID="testsun" TopicName="sun" />
In the browser, when I load the page, where the token is, I get this error:
Exception=Object reference not set to an instance of an object.