View Single Post
  #4  
Old 07-11-2004, 04:31 PM
 
laureon laureon is offline
 

Senior Member
  
Join Date: Oct 2003
Posts: 171
 

Default

Hi,

Off the top of my head, I think you could just hide the third right hand column by using an 'if' statement. To remove the column on the checkout page add the 'if' statement above the opening <td> tags for the column:
Code:
{if $main ne "checkout" }
and then after the closing </td> tags of that column:
Code:
{else} {/if}

You can replace the "checkout" with the name of the smarty variable for any other pages where you wish to hide the right hand column.

HTH
__________________
X-Cart Gold Version: 4.0.17
X-Configurator
X-AOM
X-FancyCategories
X-RMA
X-Offers
Reply With Quote