Using the {{ order.status }} shortcode right now pulls the order slug, like lowercase “processing” or “on-hold” as well as custom status. That is what is displayed in order transaction emails, so:
“Your Order is {{ order.status}}”
Displays:
“Your Order is on-hold”
Instead of:
“Your Order is On Hold”
Customers should see the label of “Processing” or “On Hold.” I suggest a new variable so we don’t break anything as order.status.label or something similar.
Open
Last updated: January 18, 2024
0 comments
Log in to comment on this feature request.