View Single Post
Old April 17th, 2005, 04:59 PM   #1 (permalink)
arcab4
Member
Verified Customer
 
Join Date: Apr 2005
Posts: 36
Show an image based on the category?

This is regarding ReviewPost.

1. I have different main categories (let's say for explanation sake..Category A and Category B). I see that in the nav, each Category is given an id number. I would like to display specific image(s) based on the category a product is located under.

I am editing showproduct.php file and i created an if statement just to see but i think i might be calling the wrong variable?

$ctgimage='';
if ( $parid = 19 ) {
$ctgimage='imageA.jpg';
}else {
$ctgimage='image2.jpg';
}

I'm not sure if $parid is the category id number? and then in the showproduct.tmpl i just displayed $ctgimage where i want it to show up.

Thanks,

J
arcab4 is offline   Reply With Quote