When I click on any product listed in the Featured Products list, it produces the following error message:
InnerException: Can't get TabId for given Portalid=29 and TabName=''
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: Smith.DNN.Modules.FeaturedProducts.FeaturedProducts.GetTabIdByTabName
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Can't get TabId for given Portalid=29 and TabName='' ---> System.ApplicationException: Can't get TabId for given Portalid=29 and TabName='' at Smith.DNN.Modules.FeaturedProducts.FeaturedProducts.GetTabIdByTabName(Int32 portalId, String tabName) at Smith.DNN.Modules.FeaturedProducts.FeaturedProducts.NavigateToOtherTabModuleViewControl(PortalModuleBase currentModuleInstance, String tabName, String moduleName, String controlKey) at Smith.DNN.Modules.FeaturedProducts.FeaturedProducts.btnImage_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.ImageButton.OnClick(ImageClickEventArgs e) at System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
Am I doing something wrong?
Also, if you check Hide Add to Cart, it doesn't (same as Hide Price).
Thanks, John