ShoppingCartPart
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| AllowCreditCard | bit | |||
| AllowDirectDebit | bit | |||
| AllowPledge | bit | |||
| Active | bit | |||
| ExpirationDays | int | yes | ||
| ShowPaymentFormImmediately | bit | Default = 0 | ||
| EmailTemplateID | int | yes |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SiteContentID | int | SiteContent.ID | ||
| MerchantAccountID | int | yes | ClientMerchantAccounts.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_ShoppingCartPart | ID | yes | yes | yes |
Triggers
| Trigger Name | Description |
|---|---|
| ShoppingCartPart_UnusedCheck |
Referenced by
| Referenced by | Field |
|---|---|
| ShoppingCart | ShoppingCartPartID |
| ShoppingCartSummaryPart | ShoppingCartPartID |