Change the number of products displayed in "New Products tab"

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
the new products page is showing 4 products, I want to show several more, how can I change this setting

thank you
13 years ago
in admin, go to

configuration --> global settings   'products' tab


look for and edit the qty of    

Number of 'Recently added products'

- hayden
13 years ago
I you meant to say more products display on one page? Here you go:

Edit Templates\Categories\ProductsInGrid.ascx file --> look for:
<asp:DataList ID="dlSubCategories" runat="server" RepeatColumns="3" RepeatDirection="Horizontal"
            RepeatLayout="Table" OnItemDataBound="dlSubCategories_ItemDataBound" ItemStyle-CssClass="ItemBox">

Here you can change the RepeatColumns value to whatever you want.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.