diff --git a/guides/source/developers/orders/overview.html.md b/guides/source/developers/orders/overview.html.md index 85e8df112b..888e4718ae 100644 --- a/guides/source/developers/orders/overview.html.md +++ b/guides/source/developers/orders/overview.html.md @@ -87,29 +87,22 @@ The `Spree::LineItem` model provides the cost of each item added to an order. Line items provide a link between the order and `Spree::Product`s and `Spree::Variant`s. - +For more information about line items, products, and variants, see the +[Products and variants][products-and-variants] documentation. - +[products-and-variants]: ../products-and-variants/overview.html ### Adjustments The `Spree::Adjustment` model provides the cost of each adjustment to an order, line item, or shipment on an order. Adjustments can decrease the total (via -promotions) or increase it (via [shipments][shipments] and [taxes][taxes]). - - +[promotions][promotions]) or increase it (via [shipments][shipments] and [taxes][taxes]). - +For more information, see the [Adjustments][adjustments] documentation. +[promotions]: ../promotions/overview.html [taxes]: ../taxation/overview.html +[adjustments]: ../adjustments/overview.html ### Shipments @@ -133,11 +126,9 @@ order via the `ship_address_id` and `bill_address_id`. An order may have one or two different addresses associated it, depending on the customer's preferred shipping and billing address. - +For more information, see the [Addresses][addresses] documentation. - +[addresses]: ../users/addresses.html ### Payments @@ -145,11 +136,9 @@ The `Spree::Payment` model stores payment information for the order. Once the payment object is updated with the amount paid, this updates the corresponding order's `payment_total` value. - +For more information, see the [Payments][payments] documentation. - +[payments]: ../payments/overview.html ### Return Authorizations