Files
Commerce/custom/settings/settings.php
2025-08-12 15:04:56 +02:00

36 lines
672 B
PHP

<?php
//COUNTRIES IN SCOPE
$countries_in_scope = array (
1 => 'Austria',
2 => 'Belgium',
3 => 'Bulgaria',
4 => 'Cyprus',
5 => 'Czech Republic',
6 => 'Germany',
7 => 'Denmark',
8 => 'Estonia',
9 => 'Greece',
10 => 'Spain',
11 => 'Finland',
12 => 'France',
13 => 'Croatia (Hrvatska)',
14 => 'Hungary',
15 => 'Ireland',
16 => 'Italy',
17 => 'Lithuania',
18 => 'Luxembourg',
19 => 'Latvia',
20 => 'Malta',
21 => 'Netherlands',
22 => 'Poland',
23 => 'Portugal',
24 => 'Romania',
25 => 'Sweden',
26 => 'Slovenia',
27 => 'Slovakia (Slovak Republic)',
28 => 'United States',
29 => 'Outside Europe',
30 => 'Other',
);
?>