Page 1 of 1

Incorrect page inheritance

Posted: Fri May 30, 2008 4:39 pm
by Joe Simper
In version 7.0, build 9381, the following pages inherit from System.Web.UI.Page instead of CommerceBuilder.Web.UI.AbleCommerceAdminPage (see the C# code-behind file):
  • ~/Admin/Help/About.aspx
  • ~/Admin/Products/EditProduct.aspx
  • ~/Admin/Products/Assets/AdditionalImages.aspx
  • ~/Admin/Reports/ProductBreakdown.aspx
  • ~/Admin/Website/CustomizedPages.aspx
  • ~/Admin/Website/Scriptlets/ConLibHelp2.aspx
  • ~/Admin/Website/Scriptlets/ConLibHelpAll2.aspx
I noticed this after reskinning the admin section. The above pages continued to display the default AbleCommerceAdmin skin. I changed them to inherit from CommerceBuilder.Web.UI.AbleCommerceAdminPage without a problem. They now display my custom skin.

Just thought you should know.

Re: Incorrect page inheritance

Posted: Sat May 31, 2008 4:53 am
by sohaib
Thanks a lot for reporting. We could not have noticed this easily.