Developer forum

Forum » Development » Sorting of productlist - frontend vs backend

Sorting of productlist - frontend vs backend


Reply

Hi,

I've created a bounch of product in the ecom backend.

Im very satisfyed with the sorting of the product as it looks in the backend.

Im not sorting on any fields - just showing the products as the are created.

But in the frontend I cannot get the exact same sorting of the product in the backend.

 

As i mentioned I cannot sort on any field. I've tryed sorting (in the frontend) on both "Date created" and "None". But still I see no match with the backend.

Date created shoud work. But some of the products are imported and might have the same date/time of creation.

 

How can this be solved?

 

/Morten


Replies

 
Reply

Hi Lars,

 

Yes I'm aware of theise possibilities - but it's excately what I dont want. I dont want any sorting at all. Just show the productlist as it are show in the backend.

 

/Morten

 
Reply

Just choose the "User defined" option in the the "Sort by" field on the paragraph setup page...

 

http://manual.net.dynamicweb.dk/Default.aspx?ID=4069

 

 
Reply

In addition to the email you sent me, I have to ask if you've implemented a user defined sort order in the Ecom Product Catalogue module? I assume we'd have more enquiries on this subject if it was related to a bug in dw.

 

Please note that this is not a developer related issue, so please direct such enquiries to the Help Desk.

 
Reply

Well, after I choose "Sort products" in the eCom module and saved the sort order, it finally worked ... Thanks..

 
Reply

No problem. That's a user defined sort order - when a user defines the order in which products should be sorted:)

 
Reply

Just supply the SortBy parameter to the querystring and supply one of these valid values:

 

 

You can can sort both directions by supplying the SortOrder parameter: Possible values here are ASC for ascending and DESC for descending.

Name

Number

Price

Created

Updated

ShortDescription

LongDescription

ImageSmall

ImageMedium

ImageLarge

Link1

Link2

UnitStock

Weight

Volume

Active

 

 

You must be logged in to post in the forum