---
title: Configuring product page types
related:
  - https://docs.kentico.com/13/developing-websites/defining-website-content-structure/managing-page-types.md
  - https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/products/managing-product-representations.md
  - https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/products.md
  - https://docs.kentico.com/13/developing-websites/defining-website-content-structure/managing-page-types/limiting-the-pages-users-can-create.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

In Xperience, **product types** are fully customizable page types used to create [products](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/products.md) of multiple [representations](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/products/managing-product-representations.md). Specifically, they define the structure of pages that are associated with [SKU](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/products/managing-stand-alone-skus.md) (product) objects. Product types allow you to present products and services to your on-line store [customers](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/customers.md) on the live site. Like any other page type, each product type can have its own:

- Fields (data structure)
- Editing form layout
- Other properties

Apart from product page types, there are also **[product section types](#working-with-product-section-types)**. Product section types are used to define [the structureof your on-line store](https://docs.kentico.com/13/e-commerce-features/configuring-on-line-stores/configuring-products/configuring-product-structure.md) (product tree). You can split up your on-line store into multiple parts, creating a store hierarchy.

> **Note:** In the [product sections tree](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/products.md) in the **Products** application, the system displays only page types designated as product page types and product section types.

## Creating product page types

To create a new product page type:

1. Open the **Page types** application.
2. Click **New page type**.
   - This redirects you to the page type [wizard](https://docs.kentico.com/13/developing-websites/defining-website-content-structure/managing-page-types/creating-page-types.md), which will guide you through the steps to create a new page type.
3. Switch to the **E-commerce** tab of the new page type.
4. Select the **Page type represents a product type** check box in the **Page's relation to product** section.

   ![Editing a product type](https://docs.kentico.com/docsassets/13/configuring-product-page-types/editing_product_type.png "Editing a product type")
5. (Optional) In the **Default department** field of the **New product creation** section, you can select a department which is preselected when creating a new product of this type (can be changed later).

   > **Tip:** Use this setting when you want to, for example, [assign taxes to products](https://docs.kentico.com/13/e-commerce-features/configuring-on-line-stores/configuring-taxes/assigning-taxes-to-products-automatically.md) – the system automatically preselects the specified department.
6. (Optional) In **This page type represents**, you can select which type of products the product page type [represents](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/products/managing-product-representations.md). The value is then preselected when creating a new product of this type (however, the value can be changed).
7. Click **Save**.

The system creates a new product page type. When you add a new product, you can choose the page type to represent the product.

### Limiting the pages users can create

You can limit which page types can be created as child pages:

1. Open the **Page type** application.
2. **Edit** () a product page type.
3. Switch to the **Allowed types** tab.
4. Click **Add page types**.
5. In the **Select page types** dialog, select all page types that you want to allow.
6. Click **Select**.

The system saves the selection and users will be able to use only the selected page types when creating new child pages.

> **Tip:** You can also limit page types that can be used for child pages based on the product tree structure of your online store. See more information in the next configuration step, [Configuring product structure](https://docs.kentico.com/13/e-commerce-features/configuring-on-line-stores/configuring-products/configuring-product-structure.md).

## Working with product section types

Product sections allow you to define the [structureof your on-line store](https://docs.kentico.com/13/e-commerce-features/configuring-on-line-stores/configuring-products/configuring-product-structure.md) (product sections tree). You can split up your on-line store into multiple parts, creating a store hierarchy. For example, under **Products -> Computers** you can create a **Tablets** section containing only tablets. Product sections can also be used to define the scope of [Catalog discounts](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/discounts/working-with-catalog-discounts.md), [Product coupons](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/discounts/working-with-product-coupons.md), and [Buy X Get Y discounts](https://docs.kentico.com/13/e-commerce-features/managing-on-line-stores/discounts/working-with-buy-x-get-y-discounts.md).

### Creating section types

To add a new section type:

1. Open the **Page types** application.
2. Click **New page type**.
   - This redirects you to the page type [wizard](https://docs.kentico.com/13/developing-websites/defining-website-content-structure/managing-page-types/creating-page-types.md), which will guide you through the steps to create a new page type.
3. Switch to the **E-commerce** tab of the new page type.
4. Select the **Page type represents a product section** check box in the **Page's relation to product** section.
5. Click **Save**.

The system create a new section type which you can now use to organize your on-line store.
