i want to show a little bit more information on the popup_image.php.
now it shows products_name, products_manufacturer and products_price in additional to the image.
installation is quiet easy, only
replace your popup_image.php (backup!).
greet
un bonche
Legend: 
Download

Report
add product description to popup_image.php
for my own webshop I've needed a short text in product_info.php with the ability to add more text in the popup_image.
it's based on the original popup_image.php and there is very little installation needed.
it's just an modified file. all credits goes to the original owner.
I found this contribuition very useful, but using Netscape it was a little bug whit the InCart button. This contribuition fx this bug from the previous post .
Simply update the popup_image.php file with this one.
September 19
Based on September 15 version
Changed
<input type="image" src="...full path to english in_cart button" alt= and so on
to
<input type="image" onClick="javascript:parentSubmit();" <?php echo tep_image_button('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?>
makes button language independent.
Beware there is a copyright notice, removed on my site, in the <BODY> to act on right-click.
This was not in original post!
Credits to all
Walter aka Dekemp of forum
Same as below, put this on my site and noticed an error in the script as it wasn't displaying the £ sign for us UK users, now fixed it.
Simple JavaScript error now fixed.
Replace old file with new one and remember to back up.
Thanks to everyone who has contributed on this post.
This is a modification to the 27 July 2004 version that includes an ADD TO CART button next to the BACK button. This is the whole file with modification, simply replace with your popup_image.php file.
You can see this version working on www.custombutterflyart.com
The 6 Aug 2004 - more info on pop up image - cleanest code version didn't work, the image was broken, and also I added close window when click image. I also removed the manufacturers code because I don't use it...
I cleaned the code.
Now, the windows size is corrected (but you should try if it´s correct for your needs).
And the price and manufacturer text are left aligned, and the button to close is right aligned in two cells of the same row (it looks better, at least for me).
I also cleaned-up some BR tags that were there...
I also recommend to change some values in the "function javascript:popupWindow" line in the product_info.php, products_review.php, products_review_info.php and products_review_write.php files
to allow scrollbars (just chante "no" to "yes" in the scrollbar variable).
Excuse my poor english.
try £ instead of £ in your language-files. should help.
Excellent package but for some reason displays £ (GB Pound) sign as L . Anyone any ideas?
Sorry, there was an little problem with the windowsize (sometimes the button was outsite the window).
I´ve changed it a little bit, so that you don´t need to add an extra button (it use the back-button of your language). Also I changed the style for a better look and the text "Manufacturer:" uses now the predifined var.
Easy install: just exchange the file in your shop folder.
Redesigned for better look (at least for my taste)
Changed style definitions for compatibility to rest of site.
Added image definition for close window on the bottom of the window.
Just create your button and replace
your_image_win_close.giforjpeg with button_close_win.jpg
Same line and or priciple can and I believe should be used cvv contribution and all other cases with pop-up win.
Added text for close window
add the line in language.php and all respective languages:
define('TEXT_CLOSE_WINDOW', 'Close Window');
and copy (overwrite the popup_image.php file in catalog dir.)
Added Auto Close with click anywhere (inside or outside the pop-up window)
For the people who justcan't stand the mess on the screen...
i want to show a little bit more information on the popup_image.php.
now it shows products_name, products_manufacturer and products_price in additional to the image.
installation is quiet easy, only
replace your popup_image.php (backup!).
greet
un bonche