HomeHome Product Discus... Product Discus...SmithCartSmithCartHow to change the number of products displayed on the product listing page?How to change the number of products displayed on the product listing page?
Previous
 
Next
New Post
3/12/2010 1:49 PM
 

To change the number of products displayed on the product listing page go to /desktopmodules/smith.buynow and open up productlist.ascx line 4-21 change the first ListItem value for the dropdown to the number you want to display. See the line below that is hightlighted in yellow

<tr>

<td class="NormalText">

Search: <asp:DropDownList ID="ddlSearch" runat="server" Width="120px">

asp:DropDownList>td>

<td width="5px">

td>

<td class="NormalText">

<asp:TextBox ID="txtSearch" runat="server" Width="208px">asp:TextBox>

<asp:Button ID="btnSearch" runat="server" Text="Go" OnClick="btnSearch_Click" />

Records:

<asp:DropDownList ID="ddlRecords" runat="server" AutoPostBack="True" OnSelectedIndexChanged="ddlRecords_SelectedIndexChanged">

<asp:ListItem>10asp:ListItem>

<asp:ListItem>20asp:ListItem>

<asp:ListItem>50asp:ListItem>

<asp:ListItem>100asp:ListItem>

asp:DropDownList>

td>

tr>


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
6/11/2010 12:38 PM
 

I have 10 items in a store. 7 are displayed on the front page, even though the drop down indicates that 10 should be visible.

I made the change from "10" to "6" in the productlist.ascx, The number in the list box changed, but the number of items displayed is still 7.

I cleared SQL cache, that didn't make any difference.

 
New Post
6/11/2010 1:23 PM
 

The trial version of the cart limits the display to 7 products, are you running the trial version?

-Scott


Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
10/1/2010 11:00 AM
 

Worked for me. Another great tip, Scott.

 
New Post
11/16/2010 10:17 AM
 

I have the full version, however out of 10 items, only 7 is being displayed, and the paging goes on a loop, everytime you click next. Have you got any ideas?

 
New Post
11/18/2010 12:15 PM
 

If only 7 are showing, then you're still in "Demo" mode.

You either didn't install your key correctly, or you're not using the URL that your key points to (for example, you're using devel.mydomain.com instead of www.mydomain.com)

 
New Post
1/31/2011 1:44 PM
 

The actual instructions included in this post have been posted as a new thread in the How To section.

This thread has been moved from How To to Product Discussion.

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartHow to change the number of products displayed on the product listing page?How to change the number of products displayed on the product listing page?