Hi Folks,
Tried searching the forum but couldn't find a solution, I'm trying to remove the "Sort by" field, please see attached image.
Thanks in advance.
Cheers
VirtueMart 3.6.0 10113
PHP 7.3.1
Joomla! 3.9.11 Stable
you can hide it using CSS.
In default VM templates the CSS override would be .vm-order-list { display:none; } (not tested). You seem to be using template overrides so the code may differ.
Thank you both for your replies
Cheers