Hello,
At the beginning I had "Product List" and "Category page" templates.
Now I want to vary my templates a bit more per category or per category levels.
I noticed, that each time I create a template, that takes advantage and override the previous ones.
What I want it's pretty simple, to have different template per category. For all the rest categories that don't belong to a specific category a generic one to be applied.
And the root cause of that most likely causes also the conditional logic on the level of an element to not applied.
What I tried to implement here is at the same template, to display a widget based on the conditional logic.
So, if we are the category A to display widget A
if we are the category B to display widget B,
if we are the category C to display widget C and so forth and so on...
However, it doesn't work!
I will reset the configuration, bu I can replicate it in a Staging environment.