I’m looking to remove some of the options under the ‘Sort by’ filter and I can’t figure out where to remove them from the code. I’m using the Tailor theme. I would like to remove “Alphabetically, A-Z”, “Alphabetically, Z-A” and “Oldest”.
Hello @lindsaymariko
The following steps you can follow to resolve your issue-:
- Go to the Theme section in your shopify store.
- Click on Action button and then select Edit code from the dropdown menu.
- Then find file name similar to ‘collection.liquid’, ‘collection-grid.liquid’, ‘product-grid.liquid’
- Next, search for a code/line of code that contains a loop or an array with the list of sort options.The code is usually available in the form of {% if %}, {% for %}, or an array item.
- Remove the option that you want to remove from the code.
- Save the changes and preview the changes in your store.
I hope this helps.
Let me know if you need any help.
Thanks! I still can’t find it. I’ve searched all related collection/product liquid files. Could you please help?
