Hi, I'm trying to link the SCA address forms to a ...
# suitecommerce
h
Hi, I'm trying to link the SCA address forms to a custom Address Entry Form in NetSuite. For example showing house number in different field than Address. Is this possible through some base configuration or is this only possible through code?
p
The concept of address forms doesn’t exist in SCA and also SCA doesn’t have API support for custom address fields. (basically, commerce api doesn’t support them)
h
What about how Europe addresses differ from US addresses? How do we make up for that?
p
the UI stays the same in SCA no matter which country. the only thing that changes is the zip code can become not required in a handful of countries
You are able via customizations to change layouts and wording of fields in SCA reacting to country changes. And as long as you use native fields you will be fine. (all via code)
h
Ok! Thank you!