Hi there,
I have an XX number of collections on my store.
I want to show on collection A other filters than collection B.
How do i get this done?
Kind regards.
Hi there,
I have an XX number of collections on my store.
I want to show on collection A other filters than collection B.
How do i get this done?
Kind regards.
Hi @TRNnl ,
I would recommend creating another collection template. So, you will have end up having two collection templates (A, B). Then, you can assign some of your collections to the template A with some filters, and other collections to the template B with other filters.
Hope this helps!
Hello @TRNnl ,
Good day! Gina from flareAI app helping Shopify merchants get $6Million+ in sales from Google Search, on autopilot.
To show different filters on specific collections in your Shopify store, you can use Shopifyâs Collection filtering feature. Follow these steps to do this.
Login to your Shopify store and go to the âProductsâ tab.
Click on âCollectionsâ and select the collection that you want to add specific filters to.
Click on âEditâ to edit the collection.
In the âConditionsâ section, select the specific conditions that apply to the collection. For example, you might want to show products that are only in stock or products that are priced under a certain amount.
In the âFiltersâ section, select the specific filters that you want to show on the collection page. For example, you might want to show filters for color, size, price range, or product type.
Save your changes and preview the collection page to ensure that the filters are showing up correctly.
Repeat these steps for any other collections if you want to add specific filters to.
By using this method, you can customize the filters that are displayed on each collection page to better match the products in that collection. This can help make it easier for customers to find the products they are looking for and improve their overall shopping experience on your Shopify store.
Gina
Hi, thank you for the reply. where can I find the filters section? or what do you mean with it?
Hi @TRNnl ,
it depends on the theme you have. Basically, go to the newly created collection template â through Shopify admin â Online store â Themes â Customize â from the top dropdown menu choose Collections â select the newly created collection.
Then, on the left side, you have the sections available for this template. E.g., in the Dawn theme, click the section âProduct gridâ. Scroll down and you will see the filtering and sorting section, where you can tick off the filtering and sorting options you would like to use.
@Niki_K Uhmm where can I choose which filters to display? Because on my collection TGE I want to show different filters than on my page LIGHTNING.
@flareAI sorry didnât mention you
Does someone know a solution?
Hi @TRNnl ,
Did you found a solution?
I am also looking to remove certain filters from specific collection pages.
Hey @TRNnl
To show different filters for different collections in Shopify, youâll need to customize your theme. Shopify doesnât support this feature natively, so youâll need to add some custom code or use a third-party app.
Hereâs a basic example of how you can customize your theme to achieve this:
First, you need to create a new collection template. Go to your Shopify admin, then go to Online Store > Themes.
Click on âActionsâ for the theme you want to edit, then click on âEdit codeâ.
In the âTemplatesâ directory, click on âAdd a new templateâ.
Create a new template for âcollectionâ type. You can name it anything you want, for example, âcollection.customâ.
In this new template, you can add your custom filter code. For example:
{% if collection.handle == 'A' %}
{% elsif collection.handle == 'B' %}
{% else %}
{% endif %}
Save your changes.
Now, you can apply this new template to your collections. Go to Products > Collections, click on a collection, then in the âTheme templatesâ section, select your new template.
Please note that the actual filter code will depend on your theme and the type of filters you want to add. If youâre not comfortable with coding, consider hiring a Shopify expert or using a third-party app like âProduct Filter & Searchâ.
Remember to always backup your theme before making any changes.
Where is the this filter options? On my Collections edit page there isnt a filter option. Can you provide picture