This may be happening in UC 3 as well but carriage returns that are entered by customers in product textarea attributes are not preserved. This:

Text on line 1
Text on line 2
Text on line 3

is output as this in the cart, checkout and order areas:

Text on line 1 Text on line 2 Text on line 3

This is causing problems for clients who need to see what has been entered by the customer on each line for layout purposes. I can't find a solution to this on DO or Google. Anyone got any ideas?

Comments

TR’s picture

Status: Active » Postponed (maintainer needs more info)

Ubercart core doesn't have textarea attributes. You must be using some contributed module to do that.

jasonabc’s picture

Textareas still haven't been added to core? Am using this long-standing patch:

https://drupal.org/node/496450

TR’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

#496450: Textarea support for attribute display types is marked "Needs work" because the patch is flawed. There doesn't seem to be any community interest in adding that feature. If it's important to you, maybe you can contribute to the community by fixing the problems with the patch and resubmitting it.