nopDev wrote:Actually in database there is a Customersttributes' table, but only storing fixed attributes e.g birthday and sex,
You can change your code to accept other attributes.
To make this feature be a 'generic' one, you need an admin page to allow you define th customer attributes for customer, e.g. Type, allow blank? Default value?
Yes i agree with you NopDev, your solution is more easier to implement and maintain, more flexible and let the database updatble ;)