Hello,
Okay, I will try to explain which data I want to access:
The data of a selection parameter should be displayed on the tickets. Let me explain how I created the data in the shop.
I have created a data field for the product called "location". This field is a simple list field:
Depending on what I select in the data field in the product, I can access the "value" in the example - in this case "jahnhalle" with the dynamic text {product.location}. then I get "jahnhalle" displayed on the ticket. but we don't want to display the value, but the title on the card. in this case that would be "Kulturschuppen ...".
I have already tried to read the title with the dynamic text {field.field_value(product.location)}, but unfortunately this did not work.
So my question is: How can I display the title of a list field?