docs: fix total descriptions across docs (#14366)
This commit is contained in:
@@ -178,7 +178,7 @@ An order has various fields for the order totals, which you can check out in the
|
||||
`subtotal`
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
The order's subtotal excluding taxes, and including total of items, shipping, and discounts.
|
||||
The order's subtotal before discounts, excluding taxes. Calculated as the sum of `item_subtotal` and `shipping_subtotal`.
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
@@ -186,7 +186,7 @@ An order has various fields for the order totals, which you can check out in the
|
||||
`discount_total`
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
The total discounts or promotions applied to the order.
|
||||
The total amount of discounts applied to the order, including the tax portion of discounts.
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
@@ -194,7 +194,7 @@ An order has various fields for the order totals, which you can check out in the
|
||||
`shipping_total`
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
The total shipping cost.
|
||||
The sum of all shipping methods' totals after discounts, including taxes.
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
@@ -202,7 +202,7 @@ An order has various fields for the order totals, which you can check out in the
|
||||
`tax_total`
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
The total tax amount.
|
||||
The order's tax total after discounts. Calculated as the sum of `item_tax_total` and `shipping_tax_total`.
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
<Table.Row>
|
||||
@@ -210,7 +210,7 @@ An order has various fields for the order totals, which you can check out in the
|
||||
`total`
|
||||
</Table.Cell>
|
||||
<Table.Cell>
|
||||
The total amount of the order including all taxes, shipping, and discounts.
|
||||
The order's final total after discounts and credit lines, including taxes.
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
</Table.Body>
|
||||
|
||||
Reference in New Issue
Block a user