Skip to content

Commit

Permalink
Fix self-closing component to show remainder of page
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Nov 8, 2024
1 parent 716e5e5 commit 38361a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/commerce/5.x/system/purchasables.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ The core of anything sold with Commerce is a _purchasable_, a special type of [e

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!

Purchasables themselves

## Line Items

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

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.

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

### Snapshots

Expand Down

0 comments on commit 38361a0

Please sign in to comment.