Skip to content

Commit

Permalink
Fix dead load/forget-a-cart hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustMiller committed Feb 16, 2024
1 parent bda06bc commit 928ec36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/commerce/4.x/orders-carts.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
sidebarDepth: 2
containsGeneratedContent: yes
---

# Orders & Carts

Variants are added to a _cart_ that can be completed to become an _order_. Carts and orders are both listed in the control panel under **Commerce****Orders**.
Expand All @@ -25,9 +26,8 @@ Let’s go over a few common actions you may want to perform on a cart:
- [Fetching a Cart](#fetching-a-cart)
- [Adding Items to a Cart](#adding-items-to-a-cart)
- [Working with Line Items](#working-with-line-items)
- [Loading a Cart](#loading-a-cart)
- [Using Custom Fields](#storing-data-in-custom-fields)
- [Forgetting](#forget-a-cart) and [loading](#load-a-cart) carts
- [Loading](#load-a-cart) and [forgetting](#forgetting-a-cart) carts

More topics are covered in separate pages:

Expand Down

0 comments on commit 928ec36

Please sign in to comment.