Almost- that works on the Cart Contents page, but surprisingly not on the Email Confirmation. And I thought they were the same.
Can it be something in includes/classes/order.php? I thought of putting a <br /> somewhere here, but I'm not familiar enough.
PHP Code:
$this->products[$index]['attributes'][$subindex] = array('option' => $attributes->fields['products_options'],
'value' => $attributes->fields['products_options_values'],
'prefix' => $attributes->fields['price_prefix'],
'price' => $attributes->fields['options_values_price']);
Thanks,
R