Hello,
I'm generating a list of thumbnails using getPage. Does anyone know of a way to allow users on the client side to change the sort criteria using say a select box or radio inputs? The use case here is for a product catalog.
Any input is greatly appreciated.
thanks
you can use a snippet which gets the url-param of your listbox, for example getReqParam and put it into the
sortby - property of you snippet-call.
I don't know the properties out of my head, something like:
&sortby=`[[getReqParam? ¶m=`yourSelectBoxParam`]]`
It seems like this is probably the best way to go about this, but I can't get the snippet to grab select box param. My goal is to enable users to sort alphabetically, recently added and possibly a price variable.