I am trying to add some text to the larger image popup window.
For example, if I wanted to display the product name under the image:
I tried using the syntax from the tpl_product_info_display.php file by adding
<!--bof Product Name-->
<p id="productName" class="style2"><?php echo $products_name; ?></p>
<!--eof Product Name-->
to the /popup_image/tpl_main_page.php file, but I can't get the value to display.
Is there a function that I can use to display this value in the popup window?
Thanks in advance for the help.



