Forum

Thread tagged as: Suggestions, Shop

Shipping Zones Additions

Hi,

I am just running through adding shipping zones, and noticed a few gaps in the country list. I could do with these countries adding:

Vatican City

Saint Kitts

Saipan

Zaire

These are in Fedex shipping zones so I guess a few people will be after them.

Also there are a couple of typos:

South Georgia & The South Sandwish Islands should be Sandwich

Gibralter should be Gibraltar

Faeroe Islands should be Faroe

Cheers

Mike

Mike Harrison

Mike Harrison 37 points

  • 5 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

I think Saipan is classed as part of Northern Mariana Islands, which we already have an entry for. It certainly doesn't have its own ISO country code.

Zaire ceased to exist in 1997, so it's unlikely anyone wants to send a parcel there.

I've added Vatican City, Saint Kitts and Nevis, and corrected Gibraltar and Faroe Islands. Sandwich was corrected at an earlier point.

Thanks!

Drew McLellan

Drew McLellan 2638 points
Perch Support

If you want to add those yourself:

INSERT INTO `perch2_shop_countries` (`countryID`, `country`, `iso2`, `iso3`, `isonum`, `eu`, `countryActive`) VALUES (NULL, 'Vatican City', 'VA', 'VAT', '336', '0', '1');

INSERT INTO `perch2_shop_countries` (`countryID`, `country`, `iso2`, `iso3`, `isonum`, `eu`, `countryActive`) VALUES (NULL, 'Saint Kitts and Nevis', 'KN', 'KNA', '659', '0', '1');

Super thanks Drew