Is possible to write full keywords in the state code?
-
Hi!
I need to modify the states list that are shown in the frontend and to do so I’m following this guide: https://docs.woocommerce.com/document/addmodify-states/.
In the guide they have this code:
$states['XX'] = array( 'XX1' => 'State 1', 'XX2' => 'State 2' );
What I need to know is if I can write a long term in the state code (XX1), like ‘Barcelona’. It would be like this:
$states['ES'] = array( 'Barcelona' => 'Barcelona', 'Madrid' => 'Madrid' );
Can this affect the purchase process in any way? Is it necessary to write acronyms?
Thank you!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Is possible to write full keywords in the state code?’ is closed to new replies.