Joomla 2.5.17
VM: 2.0.26d
On my Virtue Mart pages, i donot want to display Sort By.
How do i disable this option.
Simple way is to hide using css. Firebug shows the order by element in category & product display to be the orderlistcontainer class ( http://forum.virtuemart.net/index.php?topic=116620.0 ).
So add a css override into your Joomla template css
.orderlistcontainer {display:none;}
Or you can do it using template overrides.