# of featured products on homepage

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 anni tempo fa
Hopefully someone can help- Right now in the NOPclassic theme I can only get it to show 2 Featured products across on the homepage, I need it to show 3. I know for the regular categories in shows 3 but 2 for the featured products. How do I show 3 across? Thanks
13 anni tempo fa
In \Modules\HomePageProducts.ascx file set RepeatColumns to 3:

<asp:DataList ID="dlCatalog" runat="server" RepeatColumns="3" RepeatDirection="Horizontal"
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.