diff --git a/config/sync/commerce_email.commerce_email.order.yml b/config/sync/commerce_email.commerce_email.order.yml index d6323e20..34b67811 100644 --- a/config/sync/commerce_email.commerce_email.order.yml +++ b/config/sync/commerce_email.commerce_email.order.yml @@ -9,7 +9,7 @@ to: info@materio.com cc: dev@figureslibres.io bcc: '' subject: '[Order Placed] [commerce_order:uid:entity:mail]' -body: "Order Placed\r\n\r\nfrom [commerce_order:uid:entity:mail]\r\n\r\n[commerce_order:order_items:0:entity]\r\n[commerce_order:adjustments:0]\r\n[commerce_order:payment_method:entity]\r\n\r\n[commerce_order:checkout_step:value]\r\n\r\n[commerce_order:state:value]" +body: "[commerce_order:uid:entity:mail] Placed an order
\r\n
\r\nOrder n° [commerce_order:order_number:value] (view order)
\r\nTotal price : [commerce_order:total_price:number][commerce_order:total_price:currency_code]
\r\nOrder Item : [commerce_order:order_items:0:entity]
\r\nPayement method : [commerce_order:payment_gateway:target_id]
\r\n
\r\n
\r\n[commerce_order:billing_profile]" conditions: { } conditionOperator: AND event: order_placed