
Originally Posted by
Muzz
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";
Bookmarks