![]() |
![]()
| ![]() |
![]()
NAMEInterchange6::Schema::Result::Orderline ACCESSORSorderlines_idPrimary key. orders_idFK on "orders_id" in Interchange6::Schema::Result::Order. order_positionSigned integer order position. Defaults to 0. skuFK on "sku" in Interchange6::Schema::Result::Product. nameProduct name. short_descriptionProduct short description. Defaults to empty string. descriptionProduct descrtption. weightWeight of product. Defaults to 0. quantityProduct quantity. priceProduct price. subtotalLine subtotal. shippingShipping cost. Defaults to 0. handlingHandling cost. Defaults to 0. salestaxSales tax. Defaults to 0. statusStatus, e.g.: picking, shipped, cancelled. Defaults to empty string. RELATIONSorderType: belongs_to Related object: Interchange6::Schema::Result::Order orderlines_shippingType: has_many Related object: Interchange6::Schema::Result::OrderlinesShipping productType: belongs_to Related object: Interchange6::Schema::Result::Product addressesType: many_to_many Composing rels: "orderlines_shipping" -> address
|