[FONT=Courier New]So is it going to look like this? I don't know PHP too well, especially with all the brackets and stuff... [/FONT]

[FONT=Courier New]
PHP Code:
$this->products_ordered_attributes .= "\n\t" $attributes_values->fields['products_options_name'] . ': ' zen_decode_specialchars($this->products[$i]['attributes'][$j]['value']); 
[/FONT]