an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 1/31/2009 1:47:05 PM By lukezy. 3 replies.
1/31/2009 10:04:29 AM
quarterhorses
Posts: 27
Joined: 8/23/2008
Manufacture Sort
How can I get the manufacturer listbox to be sorted by name in the admin section?
1/31/2009 10:55:23 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Manufacture Sort
DotShoppingCart Staff
1/31/2009 12:19:01 PM
quarterhorses
Posts: 27
Joined: 8/23/2008
Re: Manufacture Sort
<img alt="" src="http://www.ride.net/manufacturer.jpg" />
 
This is what I mean. It isn't in alphabetic order.
 
I guess I don't know how to insert an image on this forum.
 
1/31/2009 1:47:05 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Manufacture Sort
Img should be enabled now. Your image is too small. I guess it's the product edit page, right? If so, just add the yellow background to the line in  web\admin\catalog\controls\ProductBasic.ascx.
 
                <asp:LinqDataSource id="ldsManufacturer" runat="server" contexttypename="DotShoppingCart.Commercial.Core.DSCComDataSourceDataContext"
                    tablename="Manufacturers" orderby="Name">
                </asp:LinqDataSource>
DotShoppingCart Staff