Order Tag not showing as intended on display format

I am trying to put the seat number on the order line and am having trouble. It is showing on the line below and I have unselected “show on ticket” and where I want it to show just gives me the name of the order tag.

image
image
image

((( I KNOW THATS A TELEPHONE LOL)))

That is because you defined it to the wrong state.

In settings > States edit Submitted and add your displayformat to Submitted State.

You are telling it to show that display format for the State SeatPosition of SeatPosition your state is 1 and 2… you didnt define a format for 1 or 2

Tried that. and removed it from the SeatPosition state
image
image

Also your using the action wrong. Redo your action and for State put the [:SeatNumber] variable. Erase State Value you are not using it.

You defined the action to set SeatPosition for SeatPosition… the number is going to value but you are not referencing value in {ORDER STATE:SeatPosition}

You can try {ORDER STATE VALUE:SeatPosition} that should work If you want to keep action as is.

{ORDER STATE:X} refers to this
image

{ORDER STATE VALUE:X} refers to this
image