You are not using default VirtueMart templates, so probably the easiest way to remove that would be simply to hide it with css.
If you were using the default VM templates for the categories then the following does the job:
.orderby-displaynumber {
display: none;
}
Add the override to the template custom.css if it has one, or to the last template css file to load. You will have to look at the page code and confirm that the order/display div uses the orderby-displaynumber class.
Quote from: confectionery on July 12, 2017, 16:03:40 PM
I am using virtuemart 3.0.18 and joomla 3.6.2.
You should be using Joomla 3.7.3 now as all previous verions are known to be insecure. With that you should use VirtueMart 3.2.2 or later - http://virtuemart.net/news/latest-news/480-security-release-of-joomla-3-7-be-prepared
The latest VM versions can be found on http://dev.virtuemart.net/projects/virtuemart/files and VM3.2.4 will be released very soon.
Test any updates on a backup copy of your live site, as there are many new configuration options and your template overrides may need updating, too.
thank you for the feedback and the info on the latest version of virtuemart etc. will give the override a bash and report back
tks