Answer the question
In order to leave comments, you need to log in
Where can I find a table of regions (states) of America for Opencart?
By default, only CIS countries are in OpenCart, but how to add USA in bulk?
In this form, you need to massively add all the states.
INSERT INTO `p3b80_zone` (`zone_id`, `country_id`, `name`, `code`, `status`) VALUES
(1, 176, 'Los Angeles', 'LA', 1),
(2, 176, 'New York ', 'NY', 1);
Answer the question
In order to leave comments, you need to log in
there are all countries in opencart, most likely you have some kind of third-party assembly, if not all countries, take the data from the official opencart
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question