Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

What's wrong with this code?


Guest

Recommended Posts

I installed the extra images V1.61 addon and the following bit of code needed adding to catalog/product_info

 

<?

if (DISPLAY_EXTRA_IMAGES == 'true'){

if ($product_check['total'] >= 1) {

include (DIR_WS_INCLUDES . 'products_extra_images.php');

}

}

?>

 

When you look at a product on the site '= 1) {include (DIR_WS_INCLUDES . 'products_extra_images.php');' appears above the description.

 

I took out the > sign and it goes but the contrib then doesn't work so....

 

What is wrong with the > in the code above???

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...