LisaT Posted September 13, 2005 Posted September 13, 2005 I would like to have the product description displaying in popup-image.php. Is this possible? If so, how do I do this? I've already tried adding the "more info in popup_image.php" cont. but I'm not clever enough to figure-out how to alter the php to display the product description. All help much appreciated.
Guest Posted September 13, 2005 Posted September 13, 2005 find these lines of code in popup_image.php <tr> <td class="pageHeading" align="center" valign="top"><br><b><?php echo $products_price; ?></B></td> </tr> and underneath it insert <tr> <td class="smallText"><?php echo $product_info['products_description']; ?></td> </tr> backup your file first.
LisaT Posted September 13, 2005 Author Posted September 13, 2005 Great! Any idea how I prevent the L displaying instead of the ? sign in my product price in the pop-up? It says in the cont. files to alter my language files, but I've had a look and I don't see where that could be set. The only currency settings I have are signposted as "GBP"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.