Hi.
I currently have an observer, which is used to determine a visitors country based on the IP. The problem is, I don't know how to pass this information on to the viewmodel, as Template tags doesn't seem to get added (using the Template.SetTag method). I wanted to set a template tag for the country detected and then a tag containing the countries currently avalable on the website.
What would be the best way to do this?