{{template config_path="design/email/header_template"}}
{{trans "%recipient_full_name," recipient_full_name=$data.recipient_full_name}} {{if data.quote_name}} {{trans "Purchase Order #%increment_id has been created based on your quote %quote_name" increment_id=$data.purchase_order_increment_id purchase_order_view_url=$this.getUrl($store,'purchaseorder/purchaseorder/view/',[_nosid:1,request_id:$data.purchase_order_id]) quote_name=$data.quote_name quote_view_url=$this.getUrl($store,'negotiable_quote/quote/view/',[_nosid:1,quote_id:$data.quote_id]) |raw}} {{trans "and is being processed."}} {{else}} {{trans "Your Purchase Order #%increment_id" increment_id=$data.purchase_order_increment_id purchase_order_view_url=$this.getUrl($store,'purchaseorder/purchaseorder/view/',[_nosid:1,request_id:$data.purchase_order_id]) |raw}} {{trans "is currently being processed."}} {{/if}} {{trans "Your Purchase Order requires approval from:"}} {{block class='Magento\\Framework\\View\\Element\\Template' area='frontend' template='Magento_PurchaseOrderRule::email/approvers.phtml' approvers=$data.approvers_full_names}} {{trans "You will receive an email at each approval stage. Once the Purchase Order has been approved, it will be processed immediately."}} |