Frequently Asked Questions
How can I skip the country selection (flags) in the pop up ?
You can skip the first screen in the sales pop up by adding an extra parameter to the salespopup.asp page: country
This URL can be found within the MobileMoneySale function which is on your HTML pages.
Possible country codes are:
1 = US
31 = The Netherlands
32 = Belgium
33 = France
34 = Spain
39 = Italy
41 = Switzerland
43 = Austria
44 = UK
45 = Danmark
46 = Sweden
47 = Norway
49 = Germany
351 = Portugal
353 = Ireland
358 = Finland
If you only want to display some countries, you can separate the country codes by a semicolon ; So if you only want to show the UK and Ireland, use country=44;353

