> ## Documentation Index
> Fetch the complete documentation index at: https://help.experro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# eCommerce Components

eCommerce components are **ready-to-use components** created for common eCommerce functionalities including but not limited to cart, product details, checkout, etc. The components are located at `src/components/e-commerce`.

Following is the quick overview of a few eCommerce components.

| Component        | Purpose                                                                     |
| ---------------- | --------------------------------------------------------------------------- |
| Product Detail   | Product details component with product image, review, variants, share, etc. |
| Checkout         | Checkout component.                                                         |
| Compare Products | A component to compare the two products.                                    |
| Product Price    | Product price component with actual and discount price.                     |

...and more.

Now that you have understood the use of eCommerce components, let us go forward with learning the use of [Custom components](./custom-components).
