View Single Post
  #4  
Old 10-06-2005, 07:48 AM
 
instinctual instinctual is offline
 

eXpert
  
Join Date: Nov 2003
Posts: 247
 

Default

You've got the answers in front of you ;o)

You need to surround your <td>'s that are in question with:

{if $main eq "cart"}<td></td>{/if}

and...

{if $main eq "checkout"}<td></td>{/if}

and...

{if $main eq "catalog" and $current_category.category ne ""}<td></td>{/if}

,etc.

See what I mean? Let me know if not, and I'll try to help more...
__________________
Instinctual
8,000 feet up in the Rocky Mountains of Colorado
X-Cart Versions 3.5.x - 4.0.x

IF you xcart, THEN you prosper, ELSE you fail. ELSEIF xcart fails, THEN you fix it, all the WHILE {loop}\'ing {section}\'s to feed your $smarty mind.
Reply With Quote