More than 3 products on 1st line Home Page?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi All

Is there an easy way to get more than 3 products listed on the 1st line of the home page?

I'd like to get 4 or 5 but no matter how much I shrink the width of what's already there, it never gives me more than 3.

Thanks
13 years ago
look in  modules/HomePageProducts.ascx

look for

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

and change  RepeatColumns  to

RepeatColumns="4"
or
RepeatColumns="5"

you will need to edit the css to make space for them all
13 years ago
Excellent. Thanks again!
13 years ago
Unfortunately, that had no effect.

I'm using 1.6 - is there something else I need to change?
13 years ago
Doh! My bad - I was changing the HomePageProducts file and I was needing to change HomePageCategories. Anyway, it worked the same in the end.

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