How to display a message based on order fulfilment status with code?

Hi, does anyone know of some code I could use that would allow me to display a message based on the fulfilment status of an order (fulfilled or unfulfilled)?

Thank you!

Hi @arlo1

You can check here. Code: {{ order.fulfillment_status_label }}, {{ order.fulfillment_status }}

Hi, thanks for your reply. But more what I’m looking to do is display a custom message based on the fulfilment status, e.g… when fulfilled show “your order will be with you soon”

Thanks :slightly_smiling_face: