One final attempt at eCommerce

Of course. Here’s a couple of screenshots to hopefully illustrate how I did it.

The below code is what’s in the Set Value line in the loop.

I missed the part which starts the variable which contains this:

<table cellpadding="3" style="border: solid 1px #999999;">
<tr>
<th>Category</th>
<th>Product</th>
<th>Colour</th>
<th>Size</th>
<th align="right">Price</th>
<th align="right">Qty</th>
<th align="right">Total</th>
</tr>

And then just before sending the email the Set Value contains this:

{{OrderDetails}}
</table>

Hopefully this shows the logic clearly. Pretty basic and I stuck with old fashioned tables because it just works with all the email clients.

4 Likes