Thread: Layout question
View Single Post
  #2  
Old 01-31-2006, 02:26 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Yes, it is easier than it looks actually Just use {if} statements around the columns in home.tpl.

To show the right hand column on all pages except the product page and cart pages, use this around the right hand column:

{if $main ne "product" and $main ne "cart" and $smarty.get.mode ne "checkout"}

For the left hand column, use this to show it everywhere but in the cart & checkout:

{if $main ne "cart" and $smarty.get.mode ne "checkout"}

See if that does the trick for you
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote