cancel
Showing results for 
Search instead for 
Did you mean: 

Easy Catalog Images - display between description & static block

Easy Catalog Images - display between description & static block

Hi, 

 

Mage 1.9.2.2 CE

TM Easy Catalog Image 2.0

 

I'm using Templates Master Easy Catalog Images & I want to sandwich the output between the category description & any static block.

 

In the easycatalogimg.xml we find the following layout update

 

<catalog_category_default>
        <reference name="content">
            <block type="easycatalogimg/list" name="subcategories"  after="-" template="easycatalogimg/list.phtml"> 
...

This outputs the sub-category images after the category description & any static block.

 

What I'm looking for here is the correct layout handle for:

a) category description

b) any CMS static block (maybe analogous to getBlockHtml()?).

 

I'm then hoping I could sandwich the sub-category images using these layout handles. So my code would look something like

<catalog_category_default>
        <reference name="content">
            <block type="easycatalogimg/list" name="subcategories" 
 after="category_description" 
before="static_block" 
template="easycatalogimg/list.phtml"> ...

Any help welcome.

 

Cheers,

 

 

ps - yes, I've asked around on TM but no answer that fits my requirement