Hi,
I want the products that are shown in the Product List, sorted by their name (asc or desc) or price (asc or desc).
Are there any default querystring parameters that can manage that?
I tried it via C# code using a TemplateExtender class but that failed, by using the statement:
ProductList.Sort(Dynamicweb.eCommerce.Products.ProductCollection.SortBy.Price, Dynamicweb.eCommerce.Products.ProductCollection.SortDirection.Ascending);
Any ideas?
-Emil
Developer forum
Sorting products in the Product List
Replies
You must be logged in to post in the forum