You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Your order #%increment_id has been updated with a status of <strong>%order_status</strong>."
25
25
26
26
increment_id=$order.increment_id
27
-
order_status=$order.getStatusLabel()
27
+
order_status=$order.getFrontendStatusLabel()
28
28
|raw}}
29
29
</p>
30
30
<p>{{trans 'You can check the status of your order by <ahref="%account_url">logging into your account</a>.' account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}</p>
"Your order #%increment_id has been updated with a status of <strong>%order_status</strong>."
25
25
26
26
increment_id=$order.increment_id
27
-
order_status=$order.getStatusLabel()
27
+
order_status=$order.getFrontendStatusLabel()
28
28
|raw}}
29
29
</p>
30
30
<p>{{trans 'You can check the status of your order by <ahref="%account_url">logging into your account</a>.' account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}</p>
"Your order #%increment_id has been updated with a status of <strong>%order_status</strong>."
24
24
25
25
increment_id=$order.increment_id
26
-
order_status=$order.getStatusLabel()
26
+
order_status=$order.getFrontendStatusLabel()
27
27
|raw}}
28
28
</p>
29
29
<p>{{trans 'You can check the status of your order by <ahref="%account_url">logging into your account</a>.' account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}</p>
"Your order #%increment_id has been updated with a status of <strong>%order_status</strong>."
25
25
26
26
increment_id=$order.increment_id
27
-
order_status=$order.getStatusLabel()
27
+
order_status=$order.getFrontendStatusLabel()
28
28
|raw}}
29
29
</p>
30
30
<p>{{trans 'You can check the status of your order by <ahref="%account_url">logging into your account</a>.' account_url=$this.getUrl($store,'customer/account/',[_nosid:1]) |raw}}</p>
0 commit comments