• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

[email protected]
#1 Posted : Monday, December 3, 2007 10:38:18 PM(UTC)
bobn@laurastamm.net

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
jetheredge
#2 Posted : Wednesday, December 5, 2007 2:26:59 PM(UTC)
jetheredge

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.

©2025 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012