Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pictures missing from product desription


JemCraft

Recommended Posts

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

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.

 

 

:huh: What's the name of the page you're viewing?

Link to comment
Share on other sites

 

: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

Archived

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

×
×
  • Create New...