Has any one add a sort by "Date added" [@date_created@], most recent on top, to the standard sort by drop down on the category.template.html? Is it possible?
Cheers, Erik
It's not documented, but 'new_arrivals' should be a valid value for the [%SORTBY%] tag used in category.template.html
Erik, Thank you.
I have used:
<option value="new_arrivals" [%SORTBY type:'products' if:'eq' value:'date_created'%]selected[%/SORTBY%]>Sort by New Arrivals</option>
Neto support suggested:
Neto support: <option value="new_arrivals" [ %SORTBY type:'products' if:'eq' value:'new_arrivals'%]selected[%/SORTBY% ]>Newest</option>