[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] address book: delete & expand fields
Hi
what i didnt understand before was that the data in the blob_column
address_book is derived from the big table userdb, this means one can use
any field there is in the userdb table for the column address_book.
Thank you
Andrei
> >
> > I need to
> > expand the column address_book inside the table. The column holds
following
> > fields (taken form interchange database documentation):
> >
> > s_nickname
> > name
> > fname
> > lname
> > address
> > address1
> > address2
> > address3
> > city
> > state
> > zip
> > country
> > phone_day
> > mv_shipmode
> >
> > it looks anyway that the documentation is behind th code, (company is
> > allready in there) but i still need some extra fields.
> >
> > and here I need the extra fields company, company2 phone_night. I looked
> > everywhere but i dont get where the definition for this column is
stored.
> > the column holds data as follows:
> >
> >
> Try the UserDB directive in your catalog.cfg file:
>
> UserDB default shipping "s_nickname name fname lname blah blah etc"
>
> List all of the userdb (shipping) columns you need, as this will override
> the default list.