SimpleCart SimpleCart 2.x Chunks scEmailOrderRow
The scEmailOrderRow chunk is used by the Email Configuration for iterating over purchased products.
Default scEmailOrderRow chunk
<tr>
<td>
[[+title]]
[[+options:notempty=`<br />[[+options]]`]]
[[+fields:notempty=`<br />[[+fields]]`]]
</td>
<td style="text-align:right;">[[+price_formatted]]</td>
<td style="text-align:center;">[[+quantity]]</td>
<td style="text-align:right;">[[+subtotal_formatted]]</td>
</tr>