We have a plug in which adds notes across 4 lines.
In the Order Notes it shows as:
Text 1
Text Line 2
More Text Line 3
A little more Line 4
On the packing note it simply prints as:
Text 1 Text Line 2 More Text Line 3 A little more Line 4
This isn’t really helpful as you cannot tell where each line starts and ends.
Is there any code that can be added so that the notes print out the same way they are stored in the order (i.e. across 4 lines of text)?
Many thanks,