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
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.
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