i downloaded the Mexican Zone contribution but have no idea how to install it. it is basically just an sql file with all the states and values setup
like this but with all the states...
insert into zones (zone_id, zone_country_id, zone_code, zone_name) values (NULL, '138', 'AGS', 'Aguascalientes');
insert into zones (zone_id, zone_country_id, zone_code, zone_name) values (NULL, '138', 'BC', 'Baja California');
insert into zones (zone_id, zone_country_id, zone_code, zone_name) values (NULL, '138', 'BCS', 'Baja California Sur');
how do i import this? i use phpmyadmin for mySQL management.
do i upload this somewhere in the admin panel?
Latest News: (loading..)
Mexican zone install
Started by ilustrate, Jul 13 2005, 20:03
2 replies to this topic
#1
Posted 13 July 2005, 20:03
#2
Posted 13 July 2005, 22:48
I had the same problem... I downloaded the zones for the uk and it does have instructions, it has to be the same for mexico:
INSTALLATION
1. Start phpMyAdmin
2. Select 'Zones'
3. Click on 'SQL'
4. Click on 'Browse...' and select 'ukcounties.sql'
5. Click on 'Go'
6. You now have a complete list of UK counties in the database.
Just replace the name of the file with the one you have
INSTALLATION
1. Start phpMyAdmin
2. Select 'Zones'
3. Click on 'SQL'
4. Click on 'Browse...' and select 'ukcounties.sql'
5. Click on 'Go'
6. You now have a complete list of UK counties in the database.
Just replace the name of the file with the one you have
#3
Posted 14 July 2005, 06:34
Skribble, on Jul 13 2005, 03:48 PM, said:
I had the same problem... I downloaded the zones for the uk and it does have instructions, it has to be the same for mexico:
INSTALLATION
1. Start phpMyAdmin
2. Select 'Zones'
3. Click on 'SQL'
4. Click on 'Browse...' and select 'ukcounties.sql'
5. Click on 'Go'
6. You now have a complete list of UK counties in the database.
Just replace the name of the file with the one you have
INSTALLATION
1. Start phpMyAdmin
2. Select 'Zones'
3. Click on 'SQL'
4. Click on 'Browse...' and select 'ukcounties.sql'
5. Click on 'Go'
6. You now have a complete list of UK counties in the database.
Just replace the name of the file with the one you have














