Hi,
How can I pull the list of ordered items and quantity into an email following a new order trigger?
Regards
Joba
- Joba asked 5 years ago
- You must login to post comments
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.
- Gregory answered 5 years ago
- You must login to post comments
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
- Joba answered 4 years ago
- You must login to post comments
Please login first to submit.