VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: gofer123 on September 18, 2019, 02:23:10 AM

Title: Delete Sort by field
Post by: gofer123 on September 18, 2019, 02:23:10 AM
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
Title: Re: Delete Sort by field
Post by: Studio 42 on September 18, 2019, 11:18:56 AM
you can hide it using CSS.
Title: Re: Delete Sort by field
Post by: jenkinhill on September 18, 2019, 11:26:01 AM
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.
Title: Re: Delete Sort by field
Post by: gofer123 on September 19, 2019, 06:20:38 AM
Thank you both for your replies

Cheers