|
<catalog_product_view> <reference name="right"> <remove name="name of block to remove"></remove> </reference> </catalog_product_view>
In your local.xml layout file you can get hold of the handle <catalog_product_view> then reference the right if its the right where the block is placed then use the <remove> tag to remove a specific block.
This allows you to remove that block only from the catalog product view page.
You have asked for the catalog product review, i do not know the handle for that off the top of my head but it could well just be catalog_product_review and see if that works.
|