dtb_order_item

注文商品の個別明細テーブル

カラム名 属性(Doctrine) 説明
id integer ID
product_name string
product_code string
class_name1 string
class_name2 string
class_category_name1 string
class_category_name2 string
price decimal 価格
quantity decimal 個数
tax decimal
tax_rate decimal
tax_rule_id smallint
currency_code string
processor_name string
order_id integer 外部キー dtb_order
product_id integer 外部キー dtb_product
product_class_id integer 外部キー dtb_product_class
shipping_id integer 外部キー dtb_shipping
rounding_type_id smallint 外部キー mtb_rounding_type
tax_type_id smallint 外部キー mtb_tax_type
tax_display_type_id smallint 外部キー mtb_tax_display_type
order_item_type_id smallint 外部キー mtb_order_item_type
point_rate decimal

EC-CUBE4開発リファレンス