From 38361a0679c5c59e6c2b92556681955d971e4e62 Mon Sep 17 00:00:00 2001 From: August Miller Date: Thu, 7 Nov 2024 17:50:38 -0800 Subject: [PATCH] Fix self-closing component to show remainder of page --- docs/commerce/5.x/system/purchasables.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/commerce/5.x/system/purchasables.md b/docs/commerce/5.x/system/purchasables.md index 856e69e1f..f4b4df637 100644 --- a/docs/commerce/5.x/system/purchasables.md +++ b/docs/commerce/5.x/system/purchasables.md @@ -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. - + ### Snapshots