\r\n {{ order_edit_line_item.sku }}<\/td>\r\n | {{ order_edit_line_item.title }} {{ order_edit_line_item.variant_title }}<\/td>\r\n | {{ order_edit_line_item.delta }}<\/td>\r\n <\/tr>\r\n {% endfor %}\r\n\r\n<\/table>\r\n{% endif %}\r\n\r\n{% if order_edit.line_item_removals|length > 0 %}\r\n\r\n Items removed\r\n<\/h4>\r\n\r\n\r\n SKU<\/td> | Title<\/td> | Adjustment Qty<\/td><\/tr>\r\n {% for order_edit_line_item in order_edit.line_item_removals %}\r\n | \r\n {{ order_edit_line_item.sku }}<\/td>\r\n | {{ order_edit_line_item.title }} {{ order_edit_line_item.variant_title }}<\/td>\r\n | {{ order_edit_line_item.delta }}<\/td>\r\n <\/tr>\r\n {% endfor %}\r\n\r\n<\/table>\r\n{% endif %}\r\n\r\n\r\n Edited by: {{ order_edit.user_id }}\r\n<\/h4>\r\n\r\n Notes\r\n<\/h3>\r\n{{ order_edit.staff_note }}<\/span>",
"wait": "0",
"cw_timezone": "Africa\/Nairobi",
"custom_wait": "",
"run_once": 0
},
"weight": 999,
"target_key": "order_edit"
}
}
}
}
},
"description": "This automation is fired when an order is edited, compiles, and sends a list of all the items that were added and removed to the store's email address. ",
"variables": {
"recipients": {
"label": "Recipients",
"machine_name": "recipients",
"type": "triggers_text",
"settings": {
"can_be_disabled": true,
"disabled": false,
"attributes": {
"width": null,
"bulk_ops_editable": 1,
"input_instructions": "Add a list of recipient email addresses, separated by comma",
"description": "",
"default_value": "{{ shop.email }}"
},
"weight": 1,
"validations": [],
"conditions": []
}
}
}
}
] | |