order_status_confirmable

Checks if an order status is confirmable.

Example

1
{{ 'from_edi' | order_status_confirmable }} => 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 confirmable, false otherwise