Active
Project:
Amazon Store
Version:
7.x-1.0-beta4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Aug 2011 at 03:52 UTC
Updated:
24 Apr 2013 at 05:53 UTC
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
Comment #1
bdesai commentedWorks everywere except for Books.
Comment #2
awild commentedI 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.