---
title: "Show Product data"
slug: "show-product-data"
updated: 2025-06-11T20:04:30Z
published: 2025-06-11T20:04:30Z
---

> ## 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.

# Show Product data

Template can be modified right from the Briefing Page Layout Display tab using the Edit Template button.

![Screenshot_11.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_11.png)

## Display text field content in the template

---

1. Click **Edit Template**
2. Add the new text element on template page

![Screenshot_9.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_9.png)
3. Using the **Get text from XML template** control select the XML element that contains e.g. the product name (or any other data you need) from the XML structure of the product.

![Screenshot_2022-04-11_at_09.08.51.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_2022-04-11_at_09.png)

The xpath will be automatically constructed for the selected element

```plaintext
/preview/page/product/fields/field[@definitionId=17]/value
```
4. Specify size and location of the text element, apply the formatting and save the changes.

The text is now taken from the Product Name field and rendered in the template.

![Screenshot_8.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_8.png)

In the same way you can insert the text data from any field of such modules: Briefings, Pages, Headlines, Product, Product on Briefing, Prices, Page Elements.

## Display picture field content in the template

---

1. Click **Edit Template**
2. Add the new picture element on template page, e.g. Product Picture
3. Using the **Get picture from XML template** control select the XML element that contains the path to the picture from the XML structure of the product.

Note, that selecting **@path** as a source for the picture element will insert image from the original media holder, ignoring other picture properties settings as "Get Pictures from Module", "Field", "Media Holder".

> [!WARNING]
> Note! Starting from version 11.0.0, using **@itemId** instead of **@path** will respect all the picture properties settings, in case image from another (not original) media holder is needed.

![Screenshot_12.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_12.png)The xpath will be automatically constructed for the selected element

```plaintext
/preview/page/product/pictures/picture[1]/@path
```
4. Specify size and location of the text element and save the changes.

The product picture is now taken from the corresponding module item and rendered in the template.

![Screenshot_10.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_10.png)

In the same way you can insert the logos just selecting the correct element from the XML structure. For example,

```plaintext
/preview/page/product/logos/logo[1]/@path
```

## Apply template for each product

---

By default the assigned template is applied only to the first product on page and only this first product will be shown. This is not what we need.

![Screenshot_15.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_15.png)

1. Click **Edit Template**.
2. Click on the template page header (e.g. Page 1) to see its properties.

![Screenshot_13.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_13.png)
3. Tick the **Repeat page for each product** checkbox to enable the function.
4. Save the template.

Now the Page 1 will be applied to each product on the briefing page.

![Screenshot_14.png](https://cdn.document360.io/3a63e0a8-1221-4570-aaa1-d43f9b95a612/Images/Documentation/screenshot_14.png)
