I don't remember seeing this problem before but now it does appear on my live site nihaokai-lan.net as well as one of my demo sites. Thanks!

Comments

bdesai’s picture

Works everywere except for Books.

awild’s picture

I am answering this old post as it may help someone in the future and save them a bit of time. I believe this is a problem with the Amazon API rather than the amazon or amazon_store module.

If you can see &Sort=price in your URL then it has been applied, but the API sorts by all prices available for each product including Amazon and merchants, both new and used. Usually you will get a lot of old books or dvds which are available for $0.01 used, but the Amazon price is something higher. You can test this by finding the item on Amazon and finding the lowest price available for each product and see if it is actually sorted correctly (merchant postage prices are not included in the sort order).

I do not think there is a simple work-around available for this. You could sort the 10 results shown on each page, but then this would not stop page 2 results being lower than page 1.