Page 1 of 1

Create new country in Phoca Cart J4

Posted: 30 Mar 2022, 11:01
by Scrabble96
Hello. I don't want to import all countries as we only sell to the UK. When I watched a video for the J3 version it said that it would be possible to search the list of all countries and select the one I wanted. I can't see that in the J4 version. The fields for a new country have:

Code (2) with the tooltip "Set code 2 - ISO 3166-1 alpha-2" and
Code (3) with the tooltip "Set code 2 - ISO 3166-1 alpha-3"

What on earth does all that mean?

https://imgur.com/a/OD4VWhI

Re: Create new country in Phoca Cart J4

Posted: 30 Mar 2022, 14:37
by Jan
Hi, you don't need to fill all the values if not used. The simplest way is to import all countries on e.g. localhost (test server) and copy the values to newly created countries.

Which countries do you use?

E.g. United Kingdom:
title: United Kingdom
Code (2): GB
Code (3) GBR

Jan

Re: Create new country in Phoca Cart J4

Posted: 30 Mar 2022, 16:57
by Scrabble96
Jan wrote: 30 Mar 2022, 14:37 Hi, you don't need to fill all the values if not used. The simplest way is to import all countries on e.g. localhost (test server) and copy the values to newly created countries.
Good idea. Thank you!