Address book dropdown displayed multi line
Can I make my address book shipping addresses appear in multiple lines in the dropdown option?
0
-
There is no line break capability built into the SELECT box specification. The values displayed in the OPTION values only display single lined text. This is a function of HTML not a limitation of the store framework.
However, depending on your technical expertise, you could do some cleverness by writing some jQuery that creates mouseover popouts/tooltips that are formatted more like you want by parsing each OPTION value on document load and reformatting the one line as a multi-line HTML rich display.
0
Please sign in to leave a comment.
Comments
1 comment