mktg_basket_display Table
The mktg_basket_display table in the marketing database contains information about how a basket is displayed.
The following table describes the columns in the mktg_basket_display table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
i_disc_id |
int |
no |
The ID of any discount associated with this order. This is a primary key, and a foreign key into the mktg_order_discount table. |
u_basket_culture_code |
nvarchar(20) |
no |
The culture code associated with the display of this basket. This is a primary key. |
u_basket_display |
nvarchar(1024) |
no |
The string that will be displayed for this discount. |