How to make a link in the "Site Navigation" Content Block
This is an old revision of the document!
I needed to add a link to the Advanced Search in “Site Navigation” Content Block. Here how to do it:
- Create a Static Block that call the Advance Searching Form:
{{block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/}}
- Go to Catalog/Manage Categories/ and create a Dummy Categorie called Advance Search. In Display setting tab, Make Display Mode to: Static block only. In CMS Block put the name of your Static Block
- From Unirgy http://www.magentocommerce.com/boards/viewthread/1406/P15/#
OR you could just create a new file like this, and drop it into app/etc/modules/ <?xml version="1.0"?> <config> <global> <cms> <layouts> <redirect> <label>2 Page without Links</label> <template>page/2columns-right-no-title.phtml</template> </redirect> </layouts> </cms> </global> </config> and don’t forget to refresh the cache.


