More details of the problem, from a test order I placed. There continue to be odd nbsp codes and odd exclamation points placed within the data of the order confirmation emails, in HTML format.
Here, from my email program's View Raw Source, is the top row of data from the products section of the email...
Code:
<div class="order-detail-area"><table class="product-details" border="0" width="100%" cellspacing="0" cellpadding="2"><tr><td class="product-details" align="right" valign="top" width="30">6 x</td><td class="product-details" valign="top">And All the Trumpets Sounded (001) <nobr><small><em> </em></small></nobr></td><td class="product-details-num" valign="top" align="right">$9.750</td></tr>
You can see that the first line starts with "6 x" where it should say just "6".
Further down the exclamation points appear within the html code itself, as in...
Code:
<td class="product-details-num" valign="top" align="ri!
ght">$9.750</td></tr><tr><td class="product-details" align="ri!
ght" val
ign="top" width="30">6 x</td>
There are several of those, and as you might expect they mess up the alignment of the emails. The code appears just as you see it above, with those odd line endings presumably part of the problem.
If you can help debug this, create an account using the company name Testy (so I won't get excited by the order) and order a bunch of products (minimum 6 of each), then examine the order confirmation you get.
TIA
Rob