---
title: "Combined Products"
slug: "combined-products"
updated: 2025-02-10T17:18:22Z
published: 2025-02-10T17:18:22Z
canonical: "documentation.encodify.com/combined-products"
---

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

# Combined Products

It is possible to insert data from the sub-products of combined product. But on the same page it can be a mix of combined products with different number of sub-products and simple products, and obviously it is not good to have the same layout for them.

The solution is to have a template with multiple pages, so the each page will have a dedicated layout suitable for the product type. For example:

- Page 1 — for simple products without combinations.
- Page 2 — for combined products with 1 subproduct.
- Page 3 — for combined products with 2 subproducts etc.

This method requires a filtering, so the template's Page 1 will be applied only to simple products and all combined products will be skipped.

To configure this:

1. Click Edit Template
2. Click template Page header, e.g. Page 1
3. Tick the **Number of subproducts** checkbox and set the counter to **0**

![Screenshot_41.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_41.png)
4. Click template Page header, e.g. Page 2
5. Tick the **Number of subproducts** checkbox and set the counter to **1**
6. Save changes

Now layout of the Page 1 will be applied only to simple products (with 0 sub-products) and Page 2 will be applied to the combined products with 1 subproduct.
