VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: yakkes on August 16, 2012, 00:53:04 AM

Title: Disabling search & manufacturer dropdowns
Post by: yakkes on August 16, 2012, 00:53:04 AM
I can't find the options to disable the 'Sort' and 'Manufacturer' dropdowns om the productlist in the frontend.

I tought that 'maybe' disabling all available sort & search fields in the Produt Order Settings  would help but this didn't work either.

Is it not possible to add an option to disable at least the manufacturer option ?

Also the +/- solution for asc/desc sorting is miles away from a correct UI usage/experience. Specially if you put it beside an downward pointing arrow ;)
Is an up&down pointing triangle icon not the standard for dropdownlists ?


VM v2.0.8.e

Regards
Fonny
Title: Re: Disabling search & manufacturer dropdowns
Post by: jenkinhill on August 16, 2012, 13:26:27 PM
You want to remove the full sort by box? You could use css - eg set this div - <div class="width70 floatleft"> to display:none;  (around line 133 in vmsite-ltr.css).  Have not checked if that class is used elsewhere, but if it is you can use a template override with an extra class/id added.
Title: Re: Disabling search & manufacturer dropdowns
Post by: yakkes on August 21, 2012, 11:04:43 AM
Thanks jenkinhill,

No, the sort is OK but as I don't have manufacturers I would like to get rid of this one.
I will try with css

Thanks