Quote Originally Posted by Muzz View Post
Fix:

Edit the following file:

SHOP_DIRECTORY/AJAX_servers/AJAX_image_swapper_server.php
and find this line (line 22):

AND products_id_no_attribute = '" . $products_id . "'";

replace it with:

AND products_id_no_attribute = '" . $products_id . "' ORDER BY
image_sort_order";
I was just coming here to post the exact same fix. Jay was kind enough to troubleshoot my site and gave me this fix last night. Now everything is sorted correctly again.