Create custom customer address type

Is it possible to create a custom customer address type, e.g. VisitingAddress?

Litium version: 5.6.10

You can create a custom Address class which inherits from Address or AddressBase but it will not exist in the Person object to use but inside the standard Address object you have a property called CustomData which is type “object” that maybe might/could satisfy your needs.

What @steve.redstorm is writing is correct, Litium 5 has a fixed set of address types and can’t be changed but in later versions you are able to create your own address types.

I also suggest that you are looking into upgrading your solution to a later version. Litium 5 is an unsupported version without product support.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.