# order confirmation

## Order Confirmation Reusable Overview

This reusable elements contains information about an Order. This includes information about the Line items, specifically the Product and Quantity. It also shows shipping and payment information, as well as the pricing breakdown for the order. This element exists on the [checkout page](https://docs.airdev.co/ecommerce-platform-template/assets/pages/checkout), the [order confirmation page](https://docs.airdev.co/ecommerce-platform-template/assets/reuseables/order-confirmation), the [owner's portal](https://docs.airdev.co/ecommerce-platform-template/assets/pages/owners-portal-page), and the [settings page](https://docs.airdev.co/ecommerce-platform-template/assets/pages/settings-page).

## Key Workflows

#### Button Leave Review is clicked

* Navigates the user to the [product page](https://docs.airdev.co/ecommerce-platform-template/assets/pages/product) with an **m** parameter set to **review**
* This triggers the `Show review` custom workflow on the [product page](https://docs.airdev.co/ecommerce-platform-template/assets/pages/product)
* This is only available if the user has not yet written a review for this `Product`
