Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Large Pictures without distortion


Xxyn

Recommended Posts

ok Im trying to make it so that i can have small thumbnails and good large pictures when i click enlarge. by searching the boards i found one way that was promising.

 

It said all i have to do is make an extra folder for the large images at catalog/images/full_img and then edit the PHP in popup_image.php to say

 

echo tep_image(DIR_WS_IMAGES .full_img.$products['products_image'], $products['products_name']);

 

near the end of the script.

 

I did that and it doesn't work. If you click the enlarge button it spawns the popup, but it doesn't load anything into it. Any help on getting this script, or a better script to work would be most appreciated!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...