displaying 3 rows / products

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
The recently added products is good but only displays 2 products per row. I want to be able to display 3 products in a row. And i want to display all products not just one with the "CreatedOn" field.

Need to display all products based on category. I cannot find where you are running the query?

Sorry im new to all this..

hope you can help
PD24
12 years ago
go to RecentlyAddedProducts.ascx
and find this line:


<asp:DataList ID="dlCatalog" runat="server" RepeatColumns="2" RepeatDirection="Horizontal"
            RepeatLayout="Table" ItemStyle-CssClass="item-box">
            <ItemTemplate>
                <div class="separator2">
                    <nopCommerce:ProductBox1 ID="ctrlProductBox" Product='<%# Container.DataItem %>'
                        runat="server" />
                </div>
            </ItemTemplate>
        </asp:DataList>


where is RepeatColumns set the number you want.
12 years ago
just need to work out how to ammend the query for the grid?
based on category?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.