How to give more context to the additional product properties in your advice
When you want to show additional product properties in your advice to give a little extra information about your product, you can use the "Additional properties" under "Mapping" in Qonfi. However, sometimes you want to modify this text to give the displayed property a little more context.
For example, we're showing "60 degrees" in the example below.
This is the washing temperature, but our users don't know this without the extra context. Ideally we would like to show "Washing temperature: 60 degrees". We can do this using "Calculated properties" in Qonfi.
Enabling calculated properties
1. Go to "Settings" in the left navigation.
2. Enable both the toggle "Feed -> Enable calculated properties" and "Feed -> Enable text mapping".
Using calculated properties to enrich the additional advice product text
- Go to "Feed" in the left navigation.
- Go to the "Mapping" tab.
- Click the calculator icon next to the "Text" property.
- Adjust to text to your liking. You can use any feed property in this text using the format
{feed.property_name}. For example: "Width: {feed.width} | Height: {feed.height} | Material {feed.material}".
In the example below, our feed property is "item__wastemperatuur". So we can use it like{feed.item__wastemperatuur}.
You might want to remove additional properties from the "Additional properties" list on the right to prevent showing duplicate properties.
That's it! The products in our advice now display the "Washing temperature" text in front of washing temperature.
Documentation