Untitled

 avatar
unknown
plain_text
5 months ago
341 B
6
Indexable
Products name: {{ event.Items.0|default:'' }}

price: {{ event.extra.line_items.0.line_price|default:'' }} {{ event|lookup:'$currency_code'|default:'' }}

Products: {{ event.extra.line_items.0.quantity|default:'' }}

Unitary price: {{ event.extra.line_items.0.price|default:'' }}

Taxes: {{ event.extra.line_items.0.tax_lines|default:'' }}
Editor is loading...
Leave a Comment