JemCraft Posted August 31, 2005 Share Posted August 31, 2005 the pictures of my products are no longer appearing on the product listings on my website - does anyone have any ideas how to get them back again? They were there originally. I have got the 'display product image' set to '1' in the 'product listing' catergory in my admin section, and can't think what else it could be??? Any help gratefully received. Link to comment Share on other sites More sharing options...
♥PassionSeed Posted August 31, 2005 Share Posted August 31, 2005 the pictures of my products are no longer appearing on the product listings on my website - does anyone have any ideas how to get them back again? They were there originally. I have got the 'display product image' set to '1' in the 'product listing' catergory in my admin section, and can't think what else it could be??? Any help gratefully received. <{POST_SNAPBACK}> :huh: What's the name of the page you're viewing? Link to comment Share on other sites More sharing options...
JemCraft Posted September 6, 2005 Author Share Posted September 6, 2005 :huh: What's the name of the page you're viewing? <{POST_SNAPBACK}> see here Link to comment Share on other sites More sharing options...
♥PassionSeed Posted September 6, 2005 Share Posted September 6, 2005 see here <{POST_SNAPBACK}> :rolleyes: Check out your catalog/product_info.php page to ensure that the script in the body matches this: <script language="javascript"><!-- document.write('<?php echo '<a href="java script:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id']) . '\\\')">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); //--></script> <noscript> <?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?> </noscript> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.