Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Main Popup Image


chrisny

Recommended Posts

I am having a problem with popup images. When I click the main image I get the window and title but no picture. The images have been loaded because I see then in their file.

 

I installed Addtional Images contribution and the extra images when clicked do produce a large popup of the image.

 

Any help would be appreciated as I am almost bald from pulling my hair out.

 

 

Here is a link as my example.

 

 

http://pharaohshoes.com/catalog/product_in...aeae44731c274d4

Link to comment
Share on other sites

I am having a problem with popup images. When I click the main image I get the window and title but no picture. The images have been loaded because I see then in their file.

 

I installed Addtional Images contribution and the extra images when clicked do produce a large popup of the image.

 

Any help would be appreciated as I am almost bald from pulling my hair out.

Here is a link as my example.

http://pharaohshoes.com/catalog/product_in...aeae44731c274d4

 

 

Looks like you need to add

 

/

 

to a variable or link in the modification you did. this is the error message I was able to find from viewing properties of the pop up window, took out the "http" in front of it.

 

pharaohshoes.com/catalog/images/DIR_FS_CATALOG_IMAGES_BIGSassie-01.jpg

 

should be ...

 

pharaohshoes.com/catalog/images/DIR_FS_CATALOG_IMAGES_BIG/Sassie-01.jpg

Link to comment
Share on other sites

Looks like you need to add

 

/

 

to a variable or link in the modification you did. this is the error message I was able to find from viewing properties of the pop up window, took out the "http" in front of it.

should be ...

 

pharaohshoes.com/catalog/images/DIR_FS_CATALOG_IMAGES_BIG/Sassie-01.jpg

Link to comment
Share on other sites

Any idea where or what page this might be?

 

I do appreciate the guidence

 

 

Can you tell me specifically which contribution you used? I'll go download it and take a look for you. Looks like it might be in your configure.php file though, do you remember editing that or overrriding it when you put in the contribution?

Link to comment
Share on other sites

Can you tell me specifically which contribution you used? I'll go download it and take a look for you. Looks like it might be in your configure.php file though, do you remember editing that or overrriding it when you put in the contribution?

 

 

The Module Name is Additional Images - I used this on another web site and it worked for what I need.

 

And thank you again for your help.

 

Have a nice Holiday!!

Link to comment
Share on other sites

The Module Name is Additional Images - I used this on another web site and it worked for what I need.

 

And thank you again for your help.

 

Have a nice Holiday!!

 

 

Thank you, I did, I hope yours was well too :)

 

Well looking at the readme file in the module, I see that the directory all through out is listed as this...

 

DIR_FS_CATALOG_IMAGES

 

 

Are your images in CATALOG_IMAGES or CATALOG_IMAGES_BIG? Also, I'd check your config file. Maybe an older contribution you installed and it's conflicting on where the directory is? If not, I'd go through every piece of code again and redo it. That's how I usually solve my stuff. Or if you pointed the directory towards "DIR_FS_CATALOG_IMAGES_BIG", go through all the coding on the pages you had to modify and see where the error is.

 

I'm still thinking it's in your config files though.

Link to comment
Share on other sites

Thank you, I did, I hope yours was well too :)

 

Well looking at the readme file in the module, I see that the directory all through out is listed as this...

 

DIR_FS_CATALOG_IMAGES

Are your images in CATALOG_IMAGES or CATALOG_IMAGES_BIG? Also, I'd check your config file. Maybe an older contribution you installed and it's conflicting on where the directory is? If not, I'd go through every piece of code again and redo it. That's how I usually solve my stuff. Or if you pointed the directory towards "DIR_FS_CATALOG_IMAGES_BIG", go through all the coding on the pages you had to modify and see where the error is.

 

I'm still thinking it's in your config files though.

 

I was able to correct it. It was in the popup_image.php file.

 

 

Thanks again for your help.

Link to comment
Share on other sites

  • 2 weeks later...

Archived

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

×
×
  • Create New...