We are using a single Statamic collection for all our products. Within this collection, we have around 40 "Product Categories" (Taxonomies). We want to implement layered navigation where the filter options adapt based on a pre-selected "Parent" category.
Example (Automotive):
Parents: Audi, BMW, Volvo
Series (Children): 1-series, 3-series, A1, A3, V40, etc.
The Scenario:
If I am on a landing page specifically for "BMW" and I place a Livewire filter with the initial content filtered to parent == BMW, I want the "Series" filter to only show BMW-related options (1-series, 3-series) and hide options for Audi or Volvo.
My Question:
Is it currently possible to restrict the available filter options based on a parent value or a hardcoded term, without having to create 40 separate Statamic collections?
We are using a single Statamic collection for all our products. Within this collection, we have around 40 "Product Categories" (Taxonomies). We want to implement layered navigation where the filter options adapt based on a pre-selected "Parent" category.
Example (Automotive):
Parents: Audi, BMW, Volvo
Series (Children): 1-series, 3-series, A1, A3, V40, etc.
The Scenario:
If I am on a landing page specifically for "BMW" and I place a Livewire filter with the initial content filtered to parent == BMW, I want the "Series" filter to only show BMW-related options (1-series, 3-series) and hide options for Audi or Volvo.
My Question:
Is it currently possible to restrict the available filter options based on a parent value or a hardcoded term, without having to create 40 separate Statamic collections?