Is it possible to link a text field with a product. So the text line will show up in the {all_fields} under the specific product. Because I have different products where customers can add a text to print on the product.
Is it possible to link a text field with a product. So the text line will show up in the {all_fields} under the specific product. Because I have different products where customers can add a text to print on the product.
Can you share an example of what you mean? I'm not clear what you're trying to accomplish.
I have multiple products. These products have different options. One option is that customers can add a custom text to print on the product. I would like to put the line of text, that customers filled in, inside the product options when I print {all_fields}.
See this image to get a idea.
Product Fields are a special field type and the way they are presented when using the {all_fields} is grouped together as an "Order". So you can't position the fields next to each other the way you described when using {all_fields}.
You don't have to use the {all_fields} merge tag. You can use the individual field merge tags and build your own notification using text, html and merge tags to get your desired layout.