How to display catalog title above easy catalog blocks

by Peter D.

In order to change postion of extension block on category products page please open easycatalogimg.xml and find next code:

<catalog_category_default>
<reference name="content">

Change to:

<catalog_category_default>
<reference name="category.products">

Then find code:

	
<catalog_category_layered>
<reference name="content">

Change to:

<catalog_category_layered>
<reference name="category.products">

Then please open app/design/frontend/YOURPACKAGE/YOURTHEME/template/catalog/category/view.phtml and place next code:

<?php echo $this->getChildHtml('subcategories') ?>

right after categories listing name:

<h2><?php echo $_helper->categoryAttribute($_category, $this->htmlEscape($_category->getName()), 'name') ?></h2>

Recent articles

Back to top