Similar to how the text-transform:capitalize;
CSS style works, this would allow the variables to be changed like this:
{{ customer.full_name | capitalize }}
This would automatically capitalize the first letter of each name (eg, first name, last name, etc.).
Currently, if an order contains a first and last name that are all in lower case, the workflow variable will output it all in lowercase.
Open
Last updated: March 10, 2020
0 comments
Log in to comment on this feature request.