When you import all those Products ...
If you look in the products table via phpMyAdmin, are you missing the:
master_categories_id
products_price_sorter
Most importers have the master_categories_id set to 0 ...
This could be contributing to your problems ...
On the images ... if you look at the 3rd product down ... start with:
015
and end in:
.JPG
this means that this Product "owns" all images that start with:
015
and end in:
.JPG
so whether or not you mean for it to have multiple image, you have images that match this pattern ... so instead of seeing 1 image you see two:
/images/015%20(2).JPG
/images/015%20(4).JPG
NOTE: it would be a good idea not to use spaces, special characters etc. in the filenames ...




