How can I add specific words before each line in the product description?
You can add custom words before each value in the product description by using custom Liquid formatting in the Description field. Each new line must be wrapped in its own HTML <p> tag to avoid everything appearing on a single line.
Example:
Descrizione: {{ data.descrizione }}
Categoria: {{ data.categoria }}
Tipo: {{ data.sottocategoria }}
Quantità: {{ data.qta }}
Caratteristiche: {{ data.note }}
Codice: {{ data.codice }}
If your feed already contains HTML, set "Wrap each column mapped in paragraph" to "None" to avoid adding extra blank lines.
Updated on: 16/07/2026
Thank you!
