Skip to content

Commit

Permalink
Renamed @componentPartial to @themeComponent for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Apr 12, 2024
1 parent 2451b71 commit a27508e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ In the admin user interface you can manage the cart conditions.

| Name | Page variable | Description |
| -------- | ------------------------------ | ------------------------------------------------ |
| CartBox | `@componentPartial('cartBox')` | Show the contents of and manages the user's cart |
| Checkout | `@componentPartial('checkout')` | Displays Checkout form on the page |
| OrderPage | `@componentPartial('orderPage')` | Displays a single order on the page |
| Orders | `@componentPartial('orders')` | Displays a list of orders on the page |
| CartBox | `@themeComponent('cartBox')` | Show the contents of and manages the user's cart |
| Checkout | `@themeComponent('checkout')` | Displays Checkout form on the page |
| OrderPage | `@themeComponent('orderPage')` | Displays a single order on the page |
| Orders | `@themeComponent('orders')` | Displays a list of orders on the page |

### CartBox Component

Expand Down Expand Up @@ -74,7 +74,7 @@ permalink: /checkout
checkoutPage: checkout/checkout
---
...
@componentPartial('cartBox')
@themeComponent('cartBox')
...
```

Expand Down Expand Up @@ -120,7 +120,7 @@ permalink: /checkout
successParamCode: 'hash'
---
...
@componentPartial('checkout')
@themeComponent('checkout')
...
```

Expand Down

0 comments on commit a27508e

Please sign in to comment.