View Single Post
  #6  
Old 05-10-2005, 07:16 AM
 
instinctual instinctual is offline
 

eXpert
  
Join Date: Nov 2003
Posts: 247
 

Default What I have done...

What I have done is write some if/then statements into the skin1/customer/home.tpl file.

They look like this:

{if $product.product ne ''} {$product.product} {$category_name} - title of site if not in a specific category{/if}

{if $cat eq '62'}title for this category{elseif $cat eq '1'}title for this category, etc{/if}

That's the way I've been doing things - requires a bit of manual changes but has worked really well for our SE rankings

Hope that helps....
__________________
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