SimpleCart SimpleCart 2.x Chunks scCartVatRow

The scCartVatRow chunk is used by the scGetCart Snippet in the &vatRowTpl property.

Default scCartVatRow chunk

<tr class="total vat">
    <td colspan="3">&nbsp;</td>
    <td class="label">[[+vat.label]]</td>
    <td class="value">[[+vat.price_formatted]]</td>
    <td class="extra">&nbsp;</td>
</tr>