View Single Post
  #4  
Old 07-24-2007, 09:34 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: if/else for a specific category in the <head> section?

You're correct, the single product in a category redirect is causing your problem here.

http://www.mommymakeup.com/makeup/pretty-n-polished.html <- This is a product page.

Use:

{if $product.categoryid eq "X}Include{/if}

or

{if $product.productid eq "X}Include{/if}
Reply With Quote