Product sorting and filtering

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi

I am trying to enable the product sorting and filtering on the website

www.mpdirect.co.uk

I have enabled sorting in global settings but cannot get it to appear in the category or sub category..

Any ideas?
12 years ago
You have hidden the sorting panel in your stylesheet (line 2524):
.product-sorting
{
  margin-left: 5px;display:none;
}
remove "display:none;" and sorting will display.

.
12 years ago
Wow...

Thank you, you have been a fantastic help.

Now to figure out filtering by specifics..
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.