﻿---
title: Product Detail Page
description: Product detail page You can put many things on a product detail page: image, description, specs. They are all describing the product itself. But a critical...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/search-ui/solutions-ecommerce-product-detail-page
products:
  - Search UI
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Product Detail Page
![Product detail page](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/search-ui/images/product-detail-page.png)
You can put many things on a product detail page: image, description, specs. They are all describing the product itself.
But a critical piece that often gets overlooked is cross-sell recommendations.
![Cross-sell recommendations](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/search-ui/images/cross-sell-recommendations.png)
These are the lists of products located under the product description. They often come under such headings:
- People who viewed this item also viewed
- Often bought together
- You might also like
- etc.

Cross-sell recommendations help users find the right product if the current one does not satisfy their criteria or find the related products faster (for example, frying pan + lid).
Technically, cross-sell recommendations are usually implemented as product carousels. To build one, check out our [Product carousel guide](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/search-ui/solutions-ecommerce-carousel), which has an implementation example.

## Related Articles

- [Product Carousels](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/search-ui/solutions-ecommerce-carousel): Build a product carousel with Search UI.
- [Creating Components](https://www.elastic.co/elastic/docs-builder/docs/3028/reference/search-ui/guides-creating-own-components): Build your own components for Search UI.