It works fine with items that has short identifiers but with long ones, the price gets pushed down to line 5 of the sign. Is there a different way I could display what's being sold while being able to use it still to dispense item?
Here are the functions of the line:
Line 1: Owner of the shop, where the digital currency gets sent
Line 2: Action and quantity
Line 3: Item's typeId, this is where I check if the container's content matches with the typeId. This is also the data I use to perform addItem() to the buyer's container.
Line 4: Price, this is where I base the amount i'm going to deduct to buyers