View Single Post
  #10  
Old 11-17-2003, 08:02 PM
 
krishmandal krishmandal is offline
 

Advanced Member
  
Join Date: Oct 2003
Posts: 62
 

Default

Quote:
Originally Posted by darrenkierman
Quote:
Originally Posted by krishmandal
I can't find any sign of "product_image.php" anywhere.

you don't need it ... as you are creating a new image viewing script called 'view_product_image.php'.

for your information ..., product_image.php wasn't coded to use it within a popup window, therefore had to write my own which removes the margins and puts a title on the popup window.

Hey!! Actually, after seeing that the detail images in my admin for product-modify weren't showing up, I got suspicious. Looks like you do need product_image.php after all. The detailed images in the admin view don't show if you don't have it, AND that's why the hack didn't work for me initially, because your mod does indeed need the product_image.php to work:

Code:
[img]product_image.php?imageid=<?php echo $imageid ?>[/img]

See the "src=" part?

So I downloaded the installation tarball, found product_image.php, and put it back where I suspected it should be (right in the /xcart directory, or in my case the /shop directory) and everything is now working as you said it should.

Now I don't need my ugly hack. Whew. Glad I'm not nuts. So far.

Krish Mandal
COMING SOON: fineartphotogifts.com
Reply With Quote