I have a page that displays BestSellers using:
"/index.php?dispatch=products.bestsellers"
Currently the Bestsellers page includes 149 products (selected by script, not admin defined).
Is there any way to change the sort order ON THAT PAGE ONLY so it's not sorted by the default sort order, but instead sorted by "Bestselling"?
There is no way to change the sort order for a product list other than to set a default value for the entire site.
If I could make just the BestSellers page sort by "Bestselling" then the ACTUAL bestselling products would be at the top of the list and begin descending by their sales volume - which is what one expects to happen when you click a BestSellers link.
I'm open to writing modifications to the script but can't seem to riddle out where I add the code.