Hello,
I've customized some theme for the store and the admin section, everything work fine, except for 1 page: EditCategory.aspx. Each time I go to this page, it picks up the "AbleCommerceAdmin" theme? Any idea on where to change the theme on this single page?
Thanks.
Wrong theme in 1 single page (EditCategory.aspx)
Re: Wrong theme in 1 single page (EditCategory.aspx)
Login as admin and edit desired page from bottom and then check what is theme applied on that page and try to adjust it to correct one.
Re: Wrong theme in 1 single page (EditCategory.aspx)
Well this is the admin section and there isn't an option to edit the page at the bottom like when I'm in the Store section.
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: Wrong theme in 1 single page (EditCategory.aspx)
Is this a customized page? If it's a codebehind, make sure you inherit from CommerceBuilder.Web.UI.AbleCommerceAdminPage rather than System.Web.UI.Page. Otherwise the theme comes from the web.config.
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Re: Wrong theme in 1 single page (EditCategory.aspx)
No I didn't make any changes to this page, this is in the Admin/Catalog/EditCategory.aspx page, and yes the code behind seems to reference System.Web.UI.Page instead of the AbleCommerceAdminPage.
Thanks,
Kenny.
Thanks,
Kenny.
Re: Wrong theme in 1 single page (EditCategory.aspx)
And yes, inherits from CommerceBuilder.Web.UI.AbleCommerceAdminPage solved the problem.
Thank you very much,
Kenny.
Thank you very much,
Kenny.