If you edit that product and choose add/edit more pictures in the admin panel there are three images - thumbnail, detailed, and large image. The detailed image is the one that needs to be updated on your products as in my example above.
Secondly I stated that the order of products on your site does not matter, mmp uses an api to pull data from your site and then list it. In this api, there is no order setting for products, only to grab them and list them. Because of this that is why they don't match and stated that they will display how you entered them into the database ie. you entered product 1 in before product 2 doesn't matter the sort order on your site but on mmp product 1 will display first as it is the first one in the db.
Every thing is working as it should and is designed on MMP.
Example for product pictures on your site -
http://www.angelsessence.net/perfumeoil--closeouts.aspxUnder the product images you have -
Thumbnail Path:
/images/products/thumb/1ozperf.1.jpg
Display Image Path:
/images/products/display/1ozperf.1.jpg
Detailed Image Path:
/ProductImages/bodyoils.jpg
That last one is what we use for MMP
You need to update those settings.
Joe