4140 Posted October 24, 2011 Share Posted October 24, 2011 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 More sharing options...
Marius05 Posted May 30, 2012 Share Posted May 30, 2012 {if $page_name != 'product' } {$HOOK_RIGHT_COLUMN} {/if} Link to comment Share on other sites More sharing options...
shacker Posted May 31, 2012 Share Posted May 31, 2012 the code is right, you force compile in preferences? Link to comment Share on other sites More sharing options...
Recommended Posts