removing Sort by Product Name in vm2?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jan 17, 2013 3:33 pm
Reply with quote
Report this post
Hi guys,

What would you recommend is the best way to remove the "Sort by Product Name / Manufacturer" bar on virtuemart product category pages?

I don't need to or want it.

Thanks!
User avatar
Gold Boarder

Konrad M
Fri Jan 18, 2013 8:15 am
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
.browse-view .orderby-displaynumber {
display:none !important;
}

and remember to enable override.css option in template settings.
User avatar


cron