allow to order products on category page

This commit is contained in:
Manuel Raynaud
2013-09-20 13:59:51 +02:00
parent 16de9bbcc9
commit bb40086e2a
6 changed files with 136 additions and 167 deletions

View File

@@ -130,6 +130,10 @@
window.location = $(this).val()
});
$('#sortby-top').change(function(e){
window.location = $(this).val()
});
});
})(jQuery);