How can I implement a 'sort by vendor' feature?

Hello. Is there any way I can create a sort by vendor right next to this? Here I can sort by price, etc. I want a sort by vendor or type, if thats possible? https://gyazo.com/a7c11f55a89091d17a766c5a2ad1f1d2

@andersdahlee

Please link for help https://help.groupthought.com/article/377-vendor-set-default-sort-for-vendor-pages

Thanks!

This solution didn’t do anything for me. I’m trying to sort within a list:

{{ product_vendor }} {% capture temp %}{{ vendor_list }}{{ product_vendor }}{% endcapture %}{% assign vendor_list = temp %}

I’ve tried multiple sort orders and nothing happens. Any help would be great!