Magento – Some links in the navigation / URL in Nav bar

Who set in the navigation bar at his Magentoshop more links möchste, can do this either by categories, than the static blocks are set to do something or free, by the top.phtml file in the folder app / design / frontend /[base or default]/[IhrTemplate]/template/catalog/navigation angepasst wird. For this purpose the area <?php $_menu = $this->renderCategoriesMenuHtml(0,’level-top’) ?> <?php if($_menu): ?> <div class =”nav-container”> <ul id =”not”> <?php echo $_menu…

Magento – ” Shop by “, “Shop by ” or ” Browse by ” from left to right

Those who shop by (or as it is called) So would push the navigation aid on the left in the right navigation bar, can do this, by the agency in the catalog.xml <catalog_category_default translate=”label”> <label>Catalog Category (Non-Anchor)</label> <reference name=”left”> <block type=”catalog / navigation” name =”catalog.leftnav” after=”currency” template =”catalog/navigation/left.phtml”/> </reference> and there exchanged looks left to right. <catalog_category_default translate=”label”> <label>Catalog Category…