Browse Source

commerce order placed -> email to admin #1959

bach 1 year ago
parent
commit
e177278566
1 changed files with 16 additions and 0 deletions
  1. 16 0
      config/sync/commerce_email.commerce_email.order.yml

+ 16 - 0
config/sync/commerce_email.commerce_email.order.yml

@@ -0,0 +1,16 @@
+uuid: 93677304-7cda-4468-aacb-e786739a2d44
+langcode: fr
+status: true
+dependencies: {  }
+id: order
+label: order
+from: info@materio.com
+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]"
+conditions: {  }
+conditionOperator: AND
+event: order_placed
+targetEntityType: commerce_order