Need some more category/product templates

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I am looking for a 8 up grid type category template that will display products like this:

http://www.artisticimages.com/c-3-landscapes.aspx

does anyone have something close?

John
13 years ago
Good idea!
13 years ago
you could try editing

templates-->categories-->ProductsInGrid.ascx


look for

<asp:DataList ID="dlSubCategories" runat="server" RepeatColumns="3" RepeatDirection="Horizontal"


change RepeatColumns  to RepeatColumns="4"

this would give you 4 accross

then add a pager to the subcategories setting the number displayed to   8
13 years ago
Hi,

I was trying to change the text color on my site. In result, the product name in the Title Box all grey out. How do I change the text color in the Product Title/Box back to the the color I want?

I've looked in all CSS files and changed it, but it had no effect.

Here's the site I am working on:

www.myamericanfurnituregalleries.com

Try to click on the Living button and you'll see that the Category/Product Title are greyed out in the Title Boxes.

Your help is appreciated!
13 years ago
Haydie

I am trying to follow your instruction to edit templates-->categories-->ProductsInGrid.ascx file. I have one question though. Where or how do I add a pager to the subcategories setting the number displayed to 8?

Thanks in advance!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.