allow to order products on category page
This commit is contained in:
@@ -130,6 +130,10 @@
|
||||
window.location = $(this).val()
|
||||
});
|
||||
|
||||
$('#sortby-top').change(function(e){
|
||||
window.location = $(this).val()
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user