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>
 asked Jul 4, 2017 at 3:48
 
 
 
 Jancy Abraham 
 
 2,7148 gold badges48 silver badges76 bronze badges
 
 1 Answer 1
The widget_id specified is id of widget which you have to create (if not created) from admin CMS->Widgets
 answered Jul 4, 2017 at 5:04
 
 
 
 Piyush 
 
 5,9249 gold badges35 silver badges67 bronze badges
 
 - 
 I am using cms/static_block type widget.Jancy Abraham– Jancy Abraham2017年07月04日 05:13:35 +00:00Commented Jul 4, 2017 at 5:13
- 
 in your widget grid there is column namedwidget_idyou will get value from therePiyush– Piyush2017年07月04日 05:17:03 +00:00Commented Jul 4, 2017 at 5:17
- 
 Can I use this integer value in xml.Jancy Abraham– Jancy Abraham2017年07月04日 05:20:57 +00:00Commented Jul 4, 2017 at 5:20
- 
 
- 
 My widget id is 1. Is the following xml is correct? <widgets> <1> <supported_blocks> <left_column_top> <block_name>left_top</block_name> </left_column_top> </supported_blocks> </1> </widgets>Jancy Abraham– Jancy Abraham2017年07月04日 05:26:38 +00:00Commented Jul 4, 2017 at 5:26
Explore related questions
See similar questions with these tags.
default