Letractively / steam-prices

Automatically exported from code.google.com/p/steam-prices
0 stars 0 forks source link

Incorrect price comparisons if some regions have different numbers of price boxes #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In some cases, price comparisons will be incorrect if some regions have 
different numbers of "price boxes" on a product page, e.g. if some bundle packs 
are not available.

For example, the script will show incorrect Australian prices for the Left 4 
Dead 2 strategy guides and bundle packs. Most regions have 6 products available 
on the Left 4 Dead 2 page (the game itself, the four pack, two bundle packs and 
two strategy guide products). Australia doesn't have the two bundle packs; the 
script doesn't take this into account and stuff gets screwed up.

This issue can be solved by checking product IDs while comparing prices, but I 
can't be arsed to implement this right now.

Original issue reported on code.google.com by torarne...@gmail.com on 31 Jul 2010 at 10:01