Rank: Member
Joined: 6/6/2005(UTC) Posts: 483
|
I had some custom category templates that were broken after SP3 install. To fix locate this line in Category.aspx.vb Dim displayProducts As Collection(Of Catalog.Product) = LocalCategory.FindAllProducts(WebAppSettings.DisableInventory, False, Pager1.CurrentRow, Pager1.ItemsPerPage, rowCount) then add Me.SortOrder, so it looks like this. Dim displayProducts As Collection(Of Catalog.Product) = LocalCategory.FindAllProducts(Me.SortOrder, WebAppSettings.DisableInventory, False, Pager1.CurrentRow, Pager1.ItemsPerPage, rowCount)
This is probably not the best fix but it worked for me. Keep in mind I don't have any products in our custom category pages.
Forum Monitor: If there is a better fix then this please delete this post.
Bob Noble
|
|
|
|
Rank: Member
Joined: 3/1/2006(UTC) Posts: 1,142
|
Yep, that is a good fix, this code should simply use the default sort order of the category. |
Justin Etheredge Senior Software Engineer BVSoftware |
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.