order_status_deliverable
Checks if an order status is deliverable.
Example
1
2
{{ 'picked' | order_status_deliverable }} => false
{{ 'draft' | order_status_deliverable }} => true
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | orderStatus | The status of the order to check. Comes before the | sign. | Required |
Output
Type | Description |
---|---|
bool | True if the order status is deliverable, false otherwise |