Awesome - Thanks nicolas, i made the wrong presumption that ordering started from 0
small comment on csv import if i import a csv with only product_code and images field it creates secondary (child) products, it would be nice to just update current products without creating the children. The best work around i found was export products, delete images column, delete all from hikashop_files. _products. _product_categories. import csv minus the images column, import csv with images and ordering. delete all from _products, _product_categories then reimport csv with products - it work and only takes 30 seconds but would be nice to just have an update only button.
Thanks again
PS anyone wanting hikashop to amazon dispatch you can direct to me (for a small fee) i have a set of scripts to get it running in 10 mins there is just no admin interface yet