Quote Originally Posted by kiisu View Post
HI,

I got stuck in a quite simple task - adding more than one image to the product.

Did exactly as shown in the tutorial without any sucess
http://www.youtube.com/watch?v=zae6Y0jeB3c

Also in the catalog/additional product images couldnt help me(could do the upload and select files but the image preview is not appearing) Same on the product page - still one image

Is there any other places to check?
What TEMPLATE are you using? EG: Some TemplateMonster templates deliberately disable additional images. It may also be true of other commercial templates.

Look in YOUR TEMPLATE'S tpl_product_info_display.php file. Do you see:

PHP Code:
<!--bof Additional Product Images -->
<?php
/**
 * display the products additional images
 */
  
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->