Hi,
I've to extend the standard customer profile adding an attribute structure to save user's children.
So mainly every customer could have an array of 0 or many (let say maximum 5) objects composed by name, birth-date, and gender.
I was able to add standard attributes using Customer Entity-Attribute-Value like varchar or int but how to manage an array of it?
Any suggestion on how to build this structure?
Thanks
Maurizio