I’ve got the same problem.
I use this html email code…
<p><span class="il">Facture : Achat de vin</span>?[order_number] ? Date:?[order_date]</p>
==============================<wbr />==============================
<p>[order_items]</p>
<p>Choix de livraison: [shipping] [is_local_pickup]<br />
Total:?[total]<br />
Note: [customer_note]</p>
------------------------------<wbr />------------------------------<wbr />--------------------
<p>Email: <a href="mailto:[billing_email]">[billing_email]</a>
Tél:?[billing_phone]</p>
------------------------------<wbr />------------------------------<wbr />--------------------
<p>Adresse de facturation et livraison :<br />
[billing_first_name] [billing_last_name]<br />
[billing_address_1] [billing_address_2], [billing_postcode] [billing_city]</p>
------------------------------<wbr />------------------------------<wbr />--------------------
But order_items are not placed on the same line
I want to get this…
6 x Domaine de Chantegrive Chardonnay Crescendo 75cl - CHF 110.40
6 x Domaine de Chantegrive Vin mousseux Brut 75cl - CHF 108.00
12 x Domaine de Chantegrive Chasselas Ambitus 75cl - CHF 156.00
Thank you,
Serge