Files
Commerce/custom/settings/settings.php
“VeLiTi” e4ddab934c Merge branch 'development'
#Conflicts:
#	admin/countries.php
#	cart.php
#	custom/css/main.css
#	custom/customfunctions.php
#	custom/email/order-details-template.php
#	custom/email/order-invoice-template.php
#	custom/email/order-notification-template.php
#	custom/pages/about.php
#	custom/pages/about_morval.php
#	custom/settings/config.php
#	custom/settings/settings.php
#	functions.php
#	home.php
#	products.php
#	script.js
2025-08-12 15:46:06 +02:00

45 lines
848 B
PHP

<?php
//COUNTRIES IN SCOPE
$countries_in_scope = array (
1 => 'Austria',
<<<<<<< HEAD
3 => 'Bulgaria',
4 => 'Cyprus',
21 => 'Netherlands',
25 => 'Sweden',
26 => 'Slovenia',
27 => 'Slovakia (Slovak Republic)',
=======
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',
>>>>>>> development
);
?>