As described in the online support pages i added the following lines to my frontend CSS:
How to change the size of the small thumbnails on the product page (you see them only when you have several images attached to a product) ?
You need to edit the CSS of HikaShop via the interface in the configuration under the tab display in the CSS area.
There, you can change the CSS:
div#hikashop_product_left_part img.hikashop_child_image{
margin : 2px;
height:25px;
}
Unfortunatly nothing changed and i had only big 400x400px images.
Then i added, in stead of the above lines, the following to the CSS:
#hikashop_small_image_div img {
width: 75px;
}
Now i did get the thumbnails to work well on the mainproduct, but ....
if i pick from the dropdown list a characteristic of that main product then the thumbnails are gone and replaced again by the 400px images.
Please can someone tell me how to properly add thumbnails to the product details page!
Example can be seen here:
voorbeeld