Can I access customer.has_account in packing slip?

Is it possible to use customer.has_account in the packing slip? I’ve tried the direct approach and {{ order.customer.has_account }}, but no luck. I’d like to have a conditional based on whether the customer has an account or not.

I know it’s not listed as an available field in the packing slip documentation, but many other fields aren’t listed that I’ve been able to get to work.

Thanks!

1 Like