Each new setting required is added as a record to the
tblKartrisObjectConfig table in the database. The
data type can be string (s), boolean (b) or numeric (n). Once a record
has been added here, the new setting is immediately available on the
object config tab when editing products. Any values set are stored in
the tblKartrisObjectConfigValues
table.
There is no Kartris GUI for adding
these values; it needs to be done manually within SQL Management
Studio. However, it's not something that will be done routinely, and
even then only by developers, so it's not something that we'd really
want to have a back end page to handle doing anyway.