SimpleCart SimpleCart 2.x Chunks scOrdersDetailVatRow
The scOrdersDetailVatRow chunk is used by the scGetOrders Snippet to show the VAT totals on a specific order.
Default scOrdersDetailVatRow chunk
<tr>
<td> </td>
<td>[[+vat.label]]</td>
<td class="costs">[[+vat.price_formatted]]</td>
</tr>