SKIP COUNTRIES
From TMM Wiki
Jump to navigationJump to search
In order to remove countries countries from the drop down no the join forms you need to create $config['SKIP_COUNTRIES'] array in the nats/includes/config_override.php file. The values need to be 2 letter country codes. The following example removes Afghanistan and Albania from the list
$config['SKIP_COUNTRIES'] = Array(
"0" => "AF", "1" => "AL");