Question

I want to display my custom block in the top of right column. I followed the below link

Widget setup in backend - how do I move upwards

I have a doubt in the second step,what is the [widget_id] specified? How can I do it?

Here is my local.xml

<layout version="0.1.0">    
   <catalog_category_layered>        
        <update handle="subcategory_top_container" />
    </catalog_category_layered>

    <subcategory_top_container>
        <reference name="right">
           <block name="right_top" type="core/text_list" before="-" translate="label">
                <label>Right Column Top</label>
           </block>
        </reference>
   </subcategory_top_container>
</layout>
Was it helpful?

Solution

The widget_id specified is id of widget which you have to create (if not created) from admin CMS->Widgets

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top