So heres my gripe.
I have several products that require some custom text input from customers, but after they hit the order button, this text gets displayed partially clipped everywhere, so customers can not review their text upon ordering or even after it, because the confirmation mail also truncates.
I have narrowed it to several scripts calling for <?php echo $option['value']; ?>
The admin order review also calls for it, though this is the only place that displays it fully (but not linebreaks).
What id like to happen, is for opencart to read the entire textarea entry everywhere, preferably with linebreaks.
Here are some pictures I hope will convey the issue a bit easier:



Does anyone have an idea what needs to be altered to make <?php echo $option['value']; ?> spit out the textarea value in full, possibly with linebreaks (it does save separate lines into the SQL database)?