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.