hi
is there a configuration that places a link for a advanced search in the search result page?
thanks
Hello @mb_manager
<?xml version="1.0"?>
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="additional">
<block class="Magento\Framework\View\Element\Template" name="search.result.advance.link" as="searchResultAdvanceLink" template="Magento_AdvancedSearch::advance_link.phtml" />
</referenceContainer>
</body>
</page> <div class="advance_search_link">
<a href="<?php echo $this->getUrl('catalogsearch/advanced'); ?>"><span><?php echo __('Advance Search Link');?></span></a>
</div>I hope it helps.
Thanks! that's it!
Hello @mb_manager
Your welcome ![]()
If the answer was helpful to you, could you please mark it as a solution so that it would be easy for other community members to find it quickly.
Thank you.