|
NAMEInterchange6::Schema::Result::CartProductDESCRIPTIONHolds products for related Interchange6::Schema::Result::Cart class and links to the full product details held in Interchange6::Schema::Result::Product.ACCESSORScart_products_idPrimary key.carts_idForeign key constraint on "carts_id" in Interchange6::Schema::Result::Cart via "cart" relationship.skuForeign key constraint on "sku" in Interchange6::Schema::Result::Product via "product" relationship.cart_positionInteger cart position.quantityThe integer quantity of product in the cart. Defaults to 1.combineIndicate whether products with the same SKU should be combined in the CartDefaults to true. extraAny extra info associated with this cart product. This could be used to store special instructions for product like personalisation.Is nullable. createdDate and time when this record was created returned as DateTime object. Value is auto-set on insert.last_modifiedDate and time when this record was last modified returned as DateTime object. Value is auto-set on insert and updateRELATIONScartType: belongs_toRelated object: Interchange6::Schema::Result::Cart productType: belongs_toRelated object: Interchange6::Schema::Result::Product
Visit the GSP FreeBSD Man Page Interface. |