Product batch editor, no paging. Bug?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
William_firefold
Commander (CMDR)
Commander (CMDR)
Posts: 186
Joined: Fri Aug 01, 2008 8:38 am

Product batch editor, no paging. Bug?

Post by William_firefold » Fri Feb 12, 2010 11:12 am

Im not sure if anyone else has this problem or has noticed this, but the product batch editor doesnt do multiple pages on any of our 4 installs. if there is more than 100 things in a category, we cant get to them in the batch. I patched it for now like so:

Code: Select all

<asp:DropDownList ID="MaximumRows" runat="server" Width="180px">
         <asp:ListItem Text="10"></asp:ListItem>
         <asp:ListItem Text="20" Selected="true"></asp:ListItem>
         <asp:ListItem Text="50"></asp:ListItem>
         <asp:ListItem Text="100"></asp:ListItem>
         <asp:ListItem Text="1000"></asp:ListItem>           /*modified*/
         </asp:DropDownList>
Is this something you guys already know about?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Product batch editor, no paging. Bug?

Post by mazhar » Sat Feb 13, 2010 11:22 am

This is been logged, progress on this could be tracked here
http://bugs.ablecommerce.com/show_bug.cgi?id=8734

Post Reply