Ok, so here is the problem I'm having and there are two possible solutions, both of which I have no idea how to do.
Here is a sample of the customer email they get after checkout
Products
------------------------------------------------------
1 x Shirt 0 = $24.25
Size Small
Color Black
1 x Shirt 1 = $34.75
Size 2XLT
Color Black
------------------------------------------------------
Sub-Total: $59.00
Total: $59.00
Ok, i need to find a way to separate the products (either a horizontal rule, dashes, table border, whatever).
The 2nd solution would be to get the email to send in HTML to the customer, which it isn't doing. (Admin gets the email in HTML though, but the customer doesn't)
So does anyone have an idea on how to solve this problem by doing either?



