SHOPPINGCARTSETTINGS (4.0SP20)

This table stores the settings of a shopping cart 2.0 part.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

MERCHANTACCOUNTID

uniqueidentifier

true

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

EMAILTEMPLATEID

int

false

0

Acknowledgement Email Data

ALLOWPLEDGE

bit

false

0

ALLOWDIRECTDEBIT

bit

false

0

CONFIRMATIONBLOCK

nvarchar(max)

false

''

Confirmation Screen Data

DAYSUNTILANONYMOUSUSERCOOKIEEXPIRES

int

false

30

How many days an anonymous user's cookie should last for

ALLOWCREDITCARD

bit

false

0

REQUIREFIRSTNAME

bit

false

0

REQUIRETITLE

bit

false

0

REQUIREPHONE

bit

false

0

ALLOWINLINEREGISTRATION

bit

false

0

BBPAYTEMPLATEID

uniqueidentifier

true

Template ID to use for the secure payment process.

REGISTERFORDONATION

bit

false

0

Require online users to register before completing donation check out.

REGISTERFOREVENTREGISTRATION

bit

false

0

Require online users to register before completing event registration check out.

REGISTERFORMEMBERSHIP

bit

false

0

Require online users to register before completing membership check out.

REGISTERFORSPONSORSHIP

bit

false

0

Require online users to register before completing sponsorship check out.

REGISTRATIONPAGEID

int

false

0

ID of BBIS page to direct online users for registration.

ENABLEFINDERNUMBER

bit

false

0

FINDERNUMBERIMAGEID

int

false

0

FINDERNUMBERHELPTEXT

nvarchar(250)

false

''

REQUIREMIDDLENAME

bit

false

0

INCLUDEMIDDLENAME

bit

false

0

REQUIRECONFIRMEMAIL

bit

false

0

INCLUDECONFIRMEMAIL

bit

false

0

REQUIRERECAPTCHA

bit

false

0

CONSENTPARTID

int

false

0

CONSENTPARTLAYOUTOPTION

bit

false

0

CHECKOUTTHEMEUSESITEDEFAULT

bit

false

0

CHECKOUTTHEMEPRIMARYCOLOR

nvarchar(100)

false

''

CHECKOUTTHEMESECONDARYCOLOR

nvarchar(100)

false

''

CHECKOUTTHEMEFONTTYPE

nvarchar(100)

false

''

CHECKOUTWALLETALLCHECKED

bit

false

0

CHECKOUTWALLETAPPLEPAY

bit

false

0

CHECKOUTWALLETUSEVISA

bit

false

0

CHECKOUTWALLETMASTERPASS

bit

false

0

Indexes
Index Name Field(s) Unique Primary Clustered

IX_SHOPPINGCARTSETTINGS_DATEADDED

DATEADDED

False

False

True

IX_SHOPPINGCARTSETTINGS_DATECHANGED

DATECHANGED

False

False

False

PK_SHOPPINGCARTSETTINGS

ID

True

True

False

Triggers
Trigger Name Description

TR_SHOPPINGCARTSETTINGS_AUDIT_UPDATE

TR_SHOPPINGCARTSETTINGS_AUDIT_DELETE

Referenced by
Referenced by Field

SHOPPINGCARTSETTINGSTHUMBNAILS

SHOPPINGCARTSETTINGSID