Hello all, can someone please tell me the location...
# help
c
Hello all, can someone please tell me the location of search twig template?
e
this
vendor/spryker-shop/catalog-page/src/SprykerShop/Yves/CatalogPage/Theme/default/views/search/search.twig
?
c
Thanks again @early-art-81990
e
u r welcome
c
@early-art-81990 I am actually trying to find how can I fetch the glossary labels for sort parameters
e
is it
\Pyz\Client\Catalog\CatalogDependencyProvider::getSortConfigTransferBuilderPlugins
u r looking for? has a list of sort plugins, e.g
AscendingPriceSortConfigTransferBuilderPlugin
which has a name
price_asc
and a related glossary key
catalog.sort.price_asc
c
Thanks again