Is there a default way of sorting products by url arguments?
I've been trying to get the ecom extended search to work on a site, but I cant find any sufficient manual on the matter.
But the only functionality im looking for is a simple ordering function on Price DESC/ASC and NAME DESC/ASC without installing and editing 3000 lines of code.
example: <a href="<!--@Global:Pageview.Url-->&lstOrderBy=Price,ASC">Price low to high</a>
Any ideas what to do, or a manual to point me to?