> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Wix eCommerce: Checkout Page ## Article: Wix eCommerce: Checkout Page ## Article Link: https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-plugins/supported-wix-app-pages/wix-e-commerce/wix-e-commerce-checkout-page.md ## Article Content: # Wix eCommerce (Checkout & Orders): Checkout Page The following slots and APIs are available when building a [site plugin](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-plugins/about-site-plugin-extensions.md) for the Checkout Page.
Important: Some plugins may not support automatic addition upon installation, even with `autoAddToSite` enabled. In that case, you must: - [Create a dashboard page to manage your site plugin](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-plugins/build-a-dashboard-page-to-manage-your-site-plugin.md) that calls [`addSitePlugin()`](https://dev.wix.com/docs/sdk/host-modules/dashboard/add-site-plugin.md) to let users add the plugin to the checkout slot. - Release at least 1 version of your app so the site plugin extension is registered with Wix for `addSitePlugin()` to work properly.## Slots The following image shows slots in the checkout page, into which users can add plugins.  The slots are represented by the following `placement` object: ```json [ { "appDefinitionId": "
Checkout ID: ${checkoutId}
Current step: ${stepId}
Last updated date: ${checkoutUpdatedDate}
Important: Some plugins may not support automatic addition upon installation, even with `autoAddToSite` enabled. In that case, you must: - [Create a dashboard page to manage your site plugin](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-plugins/build-a-dashboard-page-to-manage-your-site-plugin.md) that calls [`addSitePlugin()`](https://dev.wix.com/docs/sdk/host-modules/dashboard/add-site-plugin.md) to let users add the plugin to the checkout slot. - Release at least 1 version of your app so the site plugin extension is registered with Wix for `addSitePlugin()` to work properly.```typescript import React, { type FC, useState } from 'react'; import { dashboard } from '@wix/dashboard'; import { Button, Card, Page, Text, Box, WixDesignSystemProvider, } from '@wix/design-system'; import '@wix/design-system/styles.global.css'; const PLUGIN_ID = '