> For the complete documentation index, see [llms.txt](https://docs.digitalriver.com/salesforce-lightning/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalriver.com/salesforce-lightning/salesforce-lightning-b2b-commerce-app-1.1/extend-the-salesforce-lightning-app/customizing-the-lightning-web-components/components/place-order-component.md).

# Place order component

Use `drb2b_placeOrder` component to add the Place Order button on the Checkout page in Experience Builder. For the Place Order button to appear, you must use the Place Order component with the d`rb2b_orderSummary` component in the flow on the Place Order page. When using the `drb2b_placeOrder` component, note the following considerations:

| Number of drb2b\_orderSummary components in the subflow                                                                                                                                                                                                                                                                                                                                                                                                                                                | Number of drb2b\_placeOrder components on Checkout page | Allowed? |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------- | -------- |
| 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | 1+                                                      | Yes      |
| >1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | 1+                                                      | No       |
| 1+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | 0                                                       | Yes      |
| <p>1 (with or without UI showing)<br><strong>Note</strong>: The <code>drb2b\_orderSummary</code> component will trigger an event to show the <code>drb2b\_placeOrder</code> component. Also <code>drb2b\_placeOrder</code> component uses logic to place an order which is inside the <code>drb2b\_orderSummary</code> component, so you need to configure one <code>drb2b\_orderSummary</code> component in the subflow to use the <code>drb2b\_placeOrder</code> component on the Checkout page.</p> | 1+                                                      | Yes      |
| <p>1<br><strong>Note</strong>: The <code>drb2b\_orderSummary</code> component can remain hidden by setting the <a href="/pages/svwFT4wWGTgjtn7PDat2">Show All designer attribute</a> to <code>false</code>.</p>                                                                                                                                                                                                                                                                                        | 1                                                       | Yes      |
| 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | 1+                                                      | No       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.digitalriver.com/salesforce-lightning/salesforce-lightning-b2b-commerce-app-1.1/extend-the-salesforce-lightning-app/customizing-the-lightning-web-components/components/place-order-component.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
