Reputation: 143
I want to be able to support multiple (3 for now) currencies on my website. I am a beginner and have doubts on how to do this . I have searched a bit and I have a list of questions. Following are my requirements.
I do not want to change the labels/text on my website, but just the price of the products based on selected currency .I have found 2 ways to do it .
Please suggest which one is better to go for (for an ecommerce website). Also , are there any good tutorials on how to implement them.
Thanks in advance !
Upvotes: 4
Views: 1256
Reputation: 989
I would use the money gem for everything with money and the geocoder gem for the IP -> Geo Lookup.
http://railscasts.com/episodes/273-geocoder
The money gem is very self explaining.
Upvotes: 0