List of order items

0
0

Hi,

How can I pull the list of ordered items and quantity into an email following a new order trigger?

Regards
Joba

  • You must to post comments
0
0

Hi,
Thank you for your response, however, it does not work.

Here are the tokens I am using in the email but nothing here works

{TRIGGER[id]}

{PREVIOUS[items][1][name]} – previous item 1 name

{PREVIOUS[0]}- Item name – PREVIOUS 0

{PREVIOUS[1]}- Item name – PREVIOUS 1

{TRIGGER[items][1][name]}
– Trigger item 1 name –

{PREVIOUS[items][1][name]} – previous item 1 name

Regards
Joba

  • You must to post comments
0
0

The list of ordered items is here: {TRIGGER[items]}. So you need to use the action Format list. In the “List to format” specify {{TRIGGER[items]}. In the “Key for two-level list” specify name. The resulting HTML is available in the next action with the {PREVIOUS} variable.

In the upcoming versions there will be more options to format such lists.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.