Hi, Firstly let me say what a great product, it is perfect for my customer who does cosmetics and need images of all the shades. It's a bit longwinded to add PAP images, and the attributes using QT Pro but delivers what the customer wants so makes me happy! I have managed to hack around with the code a bit and have the name field giving the Product name when hovering over the Thumb picture using <a name="" > but I'd really love to get the Option Name to appear under the Select Option (larger image) when selected, so that the users can see the name of the option they have selected, as well as the image. For my example, if they select colour thumb "Red" under the select option it reads Red, then if they select the colour thumb image "Green" the Select Option image changes to Green and under the image it now reads Green. I was messing around with this code snippet : <?php if($heading_conf['sav']) echo str_replace('[',' ',$paps_delegate->getAttributeOptionName($arr_attrib_arrays[$i][$x])); ?> but it doesn't output anything when I put it under the Selected Option image. I'm really new to php so I'm guessing it is something to do with the if else loop being closed before this section but I can't figure out how or where. Anyways, I hope someone can assist with how I can do this, Thanks in advance, Quentin |