mod CategoryGridPage4.ascx

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Reddirt
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 25
Joined: Sun Oct 26, 2008 7:05 pm

mod CategoryGridPage4.ascx

Post by Reddirt » Fri Dec 05, 2008 9:14 am

During phase 1 implementation we arent' going to have any products.
At the category level we want a list of manufacturers that supply that category.
So, I've edited the text for the category and chosen the "Category Grid Page With Category Data". And it shows the list of manufacturers.

But, it also shows boxes under "Displaying items - ....." for the sub-categories.
I'd like to get rid of those boxes. I'm assuming that I can comment out part of the code in "CategoryGridPage4.ascx". But, I'm having a hard time figuring out which code to comment out.

Any help?

Thanks,
Reddirt

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

Re: mod CategoryGridPage4.ascx

Post by jmestep » Fri Dec 05, 2008 12:59 pm

Around line 30 add visible="false" like sample below.
<asp:Localize visible ="false" ID="ResultIndexMessage" runat="server" Text="Displaying items {0} - {1} of {2}" EnableViewState="false"></asp:Localize>
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

Reddirt
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 25
Joined: Sun Oct 26, 2008 7:05 pm

Re: mod CategoryGridPage4.ascx

Post by Reddirt » Mon Dec 08, 2008 8:29 am

Judy,
Thank you !!!!!

Dave

Post Reply