This question has been answered by multiple community members. See the first response.


<tr>
<td><img width="60" src="[[+cart.product_image]]" alt="" /></td>
<td>
[[+cart.pagetitle]]
[[+cart.options:notempty=`<br/>[[+cart.options]]`]]
</td>
<td>
<div class="input-append">
<input type="number" name="quantity[[[+product.key]]]" min="0" value="[[+product.totals.quantity]]" class="span1 text-center" />
<button type="submit" name="remove[[[+product.key]]]" value="[[%remove]]" class="btn btn-danger">
<i class="fa fa-close"></i>
</button>
</div>
</td>
<td>[[+cart.product_price_formatted]]</td>
<td>[[+cart.product_tax_price_formatted]]</td>
<td>[[+cart.product_tax_in_formatted]]</td>
</tr>

<tr class="[[+product.rowclass]]">
<td class="image"><img src="[[+product.product_image:phpThumbsUp=`w=70&q=95`]]" alt="[[+product.pagetitle]]" /></td>
<td class="title product-column" colspan="2">
<strong>[[+product.pagetitle]]</strong>
[[+product.options:notempty=`<br /><span class="options">[[+product.options]]</span>`:isempty=``]]
[[+product.fields:notempty=`<br /><span class="fields"><em>[[%simplecart.cart.fields]]:</em> [[+product.fields]]</span>`:isempty=``]]
[[+product.longtitle:isnot=``:then=`<small>* [[+product.longtitle]]</small>`]]
<span class="submit cart-update">
<input class="cartLoading" type="submit" name="remove[[[+product.key]]]" value="[[%remove]]" />
</span>
</td>
<td class="quantity">
<input type="number" name="quantity[[[+product.key]]]" min="0" value="[[+product.totals.quantity]]" />
<span class="submit cart-update">
<input class="cartLoading" type="submit" value="Update" />
</span>
</td>
<td class="price">
[[+product.totals.price_formatted]]
[[+product.totals.discount_percent:notempty=`(- [[+product.totals.discount_percent]]%)`:isempty=``]]
</td>
</tr>