Hi,
I’m trying to set country for a visitor automatically, and keep it sitewide in order to show correct currencies and links (all in same language tho).
The idea is to detect country with ip2nation, set a variable with the country name and then use conditionals in some places to show different currencies & links depending on the country variable. Ideally the variable has to be kept for all pages for faster load times.
How can i do that? haven’t found how to do it on docs.
Regards,