VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: raunhar on January 20, 2014, 07:29:27 AM

Title: Disable Sort Order
Post by: raunhar on January 20, 2014, 07:29:27 AM
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.
Title: Re: Disable Sort Order
Post by: jenkinhill on January 20, 2014, 15:04:36 PM
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.