Guest Posted May 21, 2009 Share Posted May 21, 2009 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 More sharing options...
Guest Posted May 21, 2009 Share Posted May 21, 2009 <? should be <?php Link to comment Share on other sites More sharing options...
Guest Posted May 21, 2009 Share Posted May 21, 2009 Genius......! Much obliged......how dumb do I feel Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.