Custom Page Question

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
heinscott
Captain (CAPT)
Captain (CAPT)
Posts: 375
Joined: Thu May 01, 2008 12:37 pm

Custom Page Question

Post by heinscott » Fri Jun 06, 2008 8:15 am

Hello. I am trying to create a custom page for my Category Grid... For my side search bar, I've tried to create a custom side search, by copying both the ascx and the ascx.cs into the ConLib/Custom folder, and then pointing to that file from my scriplet. Now, the problem I am having is that this new file does not seem to refine the results that are shown on the page. Can anyone explain why this would be? None of my other custom pages seem to have a problem...
Thanks for the help.

Scott

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Custom Page Question

Post by jmestep » Fri Jun 06, 2008 12:14 pm

Did you change the places in the custom control where you have to add custom to it?
Like:
public partial class ConLib_BuyProductDialog : System.Web.UI.UserControl
and
Inherits="ConLib_Custom_BuyProductDialog"

Are you getting any error message?
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

User avatar
heinscott
Captain (CAPT)
Captain (CAPT)
Posts: 375
Joined: Thu May 01, 2008 12:37 pm

Re: Custom Page Question

Post by heinscott » Fri Jun 06, 2008 12:58 pm

Yes, I actually just appended Custom on to the end of all the files...
and no, I am not getting any type of error at all.
This one confuses me...
All I can think is that something in the code only allows for the CategorySearch to run from the root of the ConLib folder, but, I don't have any concrete reason for thinking that...
Any other ideas?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Custom Page Question

Post by jmestep » Fri Jun 06, 2008 4:13 pm

What are the names of the category grid and the search controls you are using?
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply