View Single Post
  #10  
Old 09-01-2004, 02:35 AM
 
jeeya jeeya is offline
 

X-Adept
  
Join Date: May 2003
Location: USA
Posts: 807
 

Default

Quote:
{if $main eq "product"}put meta tags here, i believe the product info is {$product.descr} for example{/if}


I want to put description as

{if $main eq"product"}
<META NAME="description" CONTENT="{$product.product}">
{/if}


However, I am confused about {$product.product}, that code doesn't work (I think!) I tried code for product id and it showd perfect, but I want to show product title there, and above code doesn't work.

What should I put up there?

Thanks
__________________
X-Cart Version 4.1.8
Hosted on Linux
Reply With Quote