Search found 3 matches

by jeffsodeman
Mon Jun 16, 2014 6:25 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product ordering not working as expected
Replies: 5
Views: 13710

Re: Product ordering not working as expected

Thanks for the help. It's the latest version, and it's not the Featured, I had tried it with that removed.

I suspect it's the multiple categories, each product is in at least 3 like Gender, Length, Style. I'll see if the shallow option will work for us.
by jeffsodeman
Sat Jun 14, 2014 9:43 am
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product ordering not working as expected
Replies: 5
Views: 13710

Re: Product ordering not working as expected

So this is what I have in the CategoryGridPage.asc.cs protected void BindProductList() { IList<Product> products = ProductDataSource.AdvancedSearch(_keywords, this._categoryId, _manufacturerId, true, true, true, 0, 0, _pageSize, (_hiddenPageIndex * _pageSize), "IsFeatured ASC, OrderBy ASC, Name ASC"...
by jeffsodeman
Fri Jun 13, 2014 2:29 pm
Forum: 7.0 Store UI: Layout, Design, Look and Feel
Topic: Product ordering not working as expected
Replies: 5
Views: 13710

Product ordering not working as expected

When you go into a category in Admin you can change the order of the products. This custom ordering isn't reflected in the way the products are show on the category grid page. I've tried disabling the sorting UI and related code in the page's code behind, but I'm still not seeing the ordering that w...