Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Create custom customer fields

  1. #1
    jSED is offline Junior Member
    Join Date
    Feb 2009
    Posts
    9

    Default Create custom customer fields

    I need to create an extra field in customer info.

    Do i need to go through al the code concerning customer adding/editing/deleting to do this or is there a more simple to do this?

  2. #2
    Ryan is offline Junior Member
    Join Date
    Aug 2006
    Posts
    26

    Default

    There is a field called "ExtensionData" on Customer table which you can use to store your personal info. This field is instantiated on codes and stored procedures whenever customer info is needed. You might need to add codes depending on your needs but should be minimal.