chrishjorth / sharingear-static

HTML, CSS, JavaScript files, Images, etc.
0 stars 0 forks source link

Price issues #318

Open mirceasharingear opened 9 years ago

mirceasharingear commented 9 years ago

WHATS WRONG: Prices for new and first time Danish users are shown in € when they search for gear.

HOW IT SHOULD BE: After a new user signs up and searches for gear prices should be shown in the respective currency from the country the user is from. In this example a first-time-Danish user has signed in, searched for gear and all gear profiles are shown with € prices.

skaermbillede 2015-05-04 kl 20 31 15

chrishjorth commented 9 years ago

This is not a bug. The reason that prices are shown in EUR is that the system does not know which country new users are from, until they fill out either their country in settings or complete a submerchant registration by uploading gear/tech/vans or complete the payment form in a first time booking.

If we need to set local currency at first login we need to either detect location by a browser permission popup (we did that initially but was removed because it was annoying) or solve the issue by UX (designing a proper onboarding process that also includes asking for location)