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
mod CategoryGridPage4.ascx
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: mod CategoryGridPage4.ascx
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>
<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
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
Re: mod CategoryGridPage4.ascx
Judy,
Thank you !!!!!
Dave
Thank you !!!!!
Dave