Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Images have disappeared!?!


Guest

Recommended Posts

Posted

Hi,

 

have recently amended abit of coding in the product_info.php to add the product name into the title. Amended from this:

 

<title><?php echo TITLE; ?></title>

 

to this:

 

<title><?php echo TITLE; ?><?php echo $the_product_name; ?></title>

 

this was done to optimise our result on the search engine placings however the product images have now disappeared, click on this link to have a look:

 

http://www.djdealz.co.uk/oscommerce-2.2ms2...products_id=112

 

The images in categories are all OK, so I think that something has changed in the coding of the product_info.php - I know some HTML coding but must admit that php is beyond me! :unsure:

 

Any help would be gratefully appreciated

 

Cheers

 

Jimbo

Posted

Have you tried removing the bit of changed code and seeing if that brings your pictures back?

Kenneth S

--------------

Customer "Are you a real programmer?"

Me "No, but I did stay at a Holiday Inn Express last night"

Posted

yes have already tried that but they are still missing?? Bizarre!

Posted

The code to load them is not being generated at all from product_info.php. Depending on what modifications you have done to that file I would replace it and see what happens.

Kenneth S

--------------

Customer "Are you a real programmer?"

Me "No, but I did stay at a Holiday Inn Express last night"

Posted

Have replaced product_info.php file but still not working. Do you know which file the images are loaded from so I can look at it?

Archived

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

×
×
  • Create New...