Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Really need help on this : picture problem !!


brennbares

Recommended Posts

Posted

Hi all,

 

have not found anything for this problem yet.

 

I am using loaded 5 version. The problem I have is that in product_info the products image is not showing up in IE 6 whereas it shows up in opera.

 

The picture is in the right place and it is not because of the folder permission as it is on my local machine. Does anyone know where the problem could be ? I would highly appreciate if someone could help me with this !

Posted

Tobias.

 

Do you have a link we could look at.

Trust me, I'm an Accountant.

Posted

dear ian

well im running it locally right now. but i have the unfixed product:inof still online. i finally found the error i think the only thing in my product info was that $image was declared but it wasnt called up anywhere.

 

here is waht it looks like before :

 

$image = $product_info_values['products_image'];

$bimage = $product_info_values['products_image'];

if ($product_info_values['products_mimage'] != '') $image = $product_info_values['products_mimage'];

if ($product_info_values['products_bimage'] != '') $bimage = $product_info_values['products_bimage'];

if ($image != '') {

 

i added :

 

echo tep_image(DIR_WS_IMAGES . $image, $product_info_values['products_name']);

 

ian guess that does it then, but still need to find the resizeing option. should you have any other suggestion i woul appreciate it. thank you for your answer

Archived

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

×
×
  • Create New...