Jump to content

How to hide right column from product page?


Recommended Posts

I want to remove the right column from all product pages, but keep it on the index and category pages.

I am trying to do this whit the following code I saw on couple of other places

 

{if $page_name != 'product'}
<!-- Right -->
<div id="right_column" class="column">
 {$HOOK_RIGHT_COLUMN}
</div>
{/if}

 

This piece of code works fine for 'index' and 'category', but doesn't do anything for 'product'

 

 

What am I doing wrong?

Link to comment
Share on other sites

  • 7 months later...
×
×
  • Create New...