The template is not applied for Views.
Good day!
I have a question: I am displaying products in the Drupal Commerce catalog that are linked to a taxonomy term using Views. In the "Theme Information," I need to create a template for "Output in Row Style." Drupal offers the following options:
views-view-fields.tpl.php
views-view-fields--catalog.tpl.php
views-view-fields--default.tpl.php
views-view-fields--default.tpl.php
views-view-fields--page.tpl.php
views-view-fields--catalog--page.tpl.php
So, when I select the template name views-view-fields--page.tpl.php and views-view-fields--catalog--page.tpl.php (i.e., the last two options), they do not work. I need the template named views-view-fields--catalog--page.tpl.php (i.e., the very last one) to function. Could you please advise why the template is not being applied and how to make it work? ("I clicked on 'Rescan template files,' cleared the cache, and this name was highlighted in bold).