Hi,
I want to add a basic (non-oscommerce) page where shoppers can choose their country. It will then open oscommerce with that country selected in the header as well as selecting a defualt language for that country.
e.g. it defaults for UK and english. However, if a spanish customer selects country of origin as Spain on the homepage. "Spain" is displayed on the header and the language is selected as "Spanish".
Any ideas where to start?
Thanks


Any ideas, how a country can be sent (prob, just index.php?language=es&county=Spain), and if the header could grab the variable country and display the country. Does this variable need to be applied to the session so it always appear in the header as the user navigated around the site?