I want to add additional infor for certian categories, but I dont want to add it into the product description.
Well... it will be in the product details....
Under the Add Cart and Add to Wishlist buttons I want to add some text that pertains to that category only.
I think its something like:
Code:
{if $categoryid="249"}<font color="red">Receive 2 FREE controller skins with the purchase of: Face Plate +2 Sides.</font>{/if}
What is the correct {if} statement to call upon a category? {if $..........}