Update!
Sorry, found that the first attribute is not wrapped, and only follow after the product name.
Please change the above code as follow.
The only change is put the <br /> to the begin of each attribute line and not the end.PHP Code:$this->products_ordered_attributes .= "\n\t" . '<br />' . $attributes_values->fields['products_options_name'] . ' ' . zen_decode_specialchars($this->products[$i]['attributes'][$j]['value']);



