Reputation: 11
I have installed orocommerce 4.1 and I want to add new values in States dropdown in Orocommerce how to do that ??
Upvotes: 1
Views: 57
Reputation: 1956
In OroCommerce, the state is represented by the Region entity.
You can add new states with the data migration, like that one: https://github.com/oroinc/platform/blob/4.1.4/src/Oro/Bundle/AddressBundle/Migrations/Data/ORM/LoadCountryData.php
Upvotes: 0