Letractively / steam-prices

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

US price is shown as "N/A" if age verification is required #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Viewing a game where the US page requires age verification.

What is the expected output? What do you see instead?
The US price is showed as "N/A" if an age verification required.
No price difference is calculated.

Please provide any additional information below.
If you go to the us page (?cc=us) and enter correct age the price
comparison works as intended.

Example of game with this problem:
http://store.steampowered.com/app/4560/

Original issue reported on code.google.com by henke.ju...@gmail.com on 6 Nov 2009 at 2:30

GoogleCodeExporter commented 8 years ago
When filling in the age verification form, a browser cookie named "birthtime" 
is 
created. This prevents the form from being displayed more than once per browser 
session.

This issue could be solved by making the steam-prices script create the 
"birthtime" 
cookie if it does not already exist.

Original comment by torarne...@gmail.com on 10 Nov 2009 at 6:41

GoogleCodeExporter commented 8 years ago
Fixed in latest release.

Original comment by torarne...@gmail.com on 11 Nov 2009 at 2:53