brennbares Posted May 30, 2003 Posted May 30, 2003 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 !
Ian Posted June 3, 2003 Posted June 3, 2003 Tobias. Do you have a link we could look at. Trust me, I'm an Accountant.
brennbares Posted June 3, 2003 Author Posted June 3, 2003 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.