> 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: Extend eCommerce Dashboard Pages ## Article: Extend eCommerce Dashboard Pages ## Article Link: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/guides/extend-e-commerce-dashboard-pages.md ## Article Content: # Extend eCommerce Dashboard Pages Wix eCommerce adds [dashboard pages](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/dashboard-extensions/dashboard-pages/about-dashboard-page-extensions.md) to the site dashboard. These can also be extended by [adding plugins](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/dashboard-extensions/dashboard-plugins/about-dashboard-plugin-extensions.md) to predefined slots. For example, you can extend the functionality of the [Order Page](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/dashboard-extensions/dashboard-plugins/supported-wix-app-dashboard-pages/wix-e-commerce/wix-e-commerce-order-page.md#slot-3-collect-payment-menu) by adding a plugin that enables site owners to accept a custom payment method. Learn how to extend the following eCommerce dashboard pages: | Dashboard Page | Description | |-----|----| | **Order Page** | The Order Page has two dashboard slots and two dashboard menu slots. [Learn how to extend the Order Page](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/dashboard-extensions/dashboard-plugins/supported-wix-app-dashboard-pages/wix-e-commerce/wix-e-commerce-order-page.md). | | **Edit Order Page** | The Edit Order Page has a dashboard menu slot. [Learn how to extend the Edit Order Page](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/dashboard-extensions/dashboard-plugins/supported-wix-app-dashboard-pages/wix-e-commerce/wix-e-commerce-edit-order-page.md). | | **Orders List Page** | The Orders Page has a dashboard menu slot. Learn how to extend the Order Page. [Learn how to extend the Orders List Page](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/dashboard-extensions/dashboard-plugins/supported-wix-app-dashboard-pages/wix-e-commerce/wix-e-commerce-orders-page.md). |