Skip to main content
All CollectionsKehio EditorCreation
Adding your product title and description to a creation
Adding your product title and description to a creation
Updated over a week ago

In this article, we'll look at how to integrate the title and description of your product page into a creation.

Adding your product title

With Kehio Editor, you can modify your product title and add it to your creation to build a product layout that's 100% optimized and available for all the products in your store.

To do this, simply add the following attribute to the Title item as soon as you create a creation:

{{ product.title }}

This attribute will directly display the title of every product dynamically on each of your product pages.


Adding the description

Que ce soit dans un accordéon, un onglet ou simplement pour optimiser l’affichage de votre description, vous pouvez l’intégrer à votre création.

Intégrez dans l’item Texte l’attribut suivant :

{{ product.body_html }}

Each product linked to the creation with this attribute will then have its own description displayed on its sales page.


Adding product type

To go one step further, you can also add the product type to your creation using the following attribute:

{{ product.product_type }}

If you need help , feel free to contact our support team at any time by e-mail or live chat.

Did this answer your question?