Quote Originally Posted by osdude View Post
And I may be doing something wrong, but I only see a maximum of three images. I see in the CSS< there's an 'arrow' but it doesn't seem to show for me
The right and left arrows are available only in commercial mode. Image Swapper Basic was the early version of the mod that doesn't have all the fancy functions (image titles and navigational arrows, for example).

However you can edit the code so it can show more than 3 images. Try this
1. Open the file includes/modules/pages/product_info/jscript_imageViewer.js
2. Find this line:
Code:
for (i=0; i<item_node.length && i < 3; i++) {
3. Replace "3" with the number of images you want to show
4. OR it is way easier to just purchase the commercial version :)