Hi
If you have products on the page then the sort options should display (http://cld.wthms.co/LuEt)
If you just have categories then the sort options re not there as the categories are not sortable
If the sort option is not showing and you have products on show then your theme is probably removing the code.
look for
remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );
in your theme files
Removed the line of the code, but the filter is still not displayed. Can You take a look? http://moon-store.ru/product-category/alchemia/
Hi
In your css I can see
.js_active #top .woocommerce-ordering select {
opacity: 0;
}
if you add
.js_active #top .woocommerce-ordering select {
opacity: 1;
}
to your custom css then it should show up http://cl.ly/image/3s1A2G0b1Z11
Hello!
Now the sort filter is displayed on the category page but it doesn`t work. May be it is because I have groupped products?