Design layout - what are the action method and block type avaiable ?
If we want to edit the catalog layout, when we open it on our editor, we can see there’s 9 parts
- Default layout, loads most of the pages
- Category default layout
- Category layered navigation layout
- Compare products page
- Product view
- Product send to friend
- Product additional images gallery popup
- Site Map block
- Catalog search terms block
Each of this part is there to make reference at some blocks or actions, but what are the block type avaiable, and what are the actions method avaiable ?


1pezi5499 posted Mon, September 29, 2008
For Example, if you have
You have to look at the class file “Media.php” in the “app/code/core/Mage/Catalog/Block/Product/View folder”, there you will find the disableGallery-method. This obviously means that the available Method are always those that are available in the Class referenced by the block’s type-attribute…
2pezi5499 posted Mon, September 29, 2008
oops, no code allowed here…