kroxx Posted February 19, 2006 Posted February 19, 2006 The very last instructions in the install.txt: /catalog/product_info.php Find : <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> <?php } else { After Add : if (DISPLAY_EXTRA_IMAGES == 'true'){ if ($product_check['total'] >= 1) { include (DIR_WS_INCLUDES . 'products_extra_images.php'); } } The exact code does no exist. Tried adding it anyways and I don't seem to be getting any errors, however I never se the pictures I add, I'm still only able to see the standard image in the catalog no matter how many images I add in the admin area. Anybody knows what I might be doing wrong? (Got a clean osc install with sts added.) Thanks, KroxX Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.