Skip to content

Commit 38361a0

Browse files
committed
Fix self-closing component to show remainder of page
1 parent 716e5e5 commit 38361a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/commerce/5.x/system/purchasables.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@ The core of anything sold with Commerce is a _purchasable_, a special type of [e
44

55
Commerce ships with two types of purchasables: [variants](products-variants.md#variants) and [donations](donations.md). Somewhat counterintuitively, [products](products-variants.md) are _not_ purchasables!
66

7-
Purchasables themselves
8-
97
## Line Items
108

119
When a customer adds a purchasable to their [cart](orders-carts.md), Commerce represents it as a _line item_.
1210

1311
Line items capture a reference to the purchasable and some vital properties like the price, dimensions, weight. They can also hold customer notes, private notes, and arbitrary _options_ data.
1412

15-
<See path="orders-carts.md" label="Line Items" description="Learn more about the features and capabilities of line items.">
13+
<See path="orders-carts.md" label="Line Items" description="Learn more about the features and capabilities of line items." />
1614

1715
### Snapshots
1816

0 commit comments

Comments
 (0)