cart.shortLine

Available Since: V1.0.0

Formatting for a short line within the shopping cart table.

<tr>
	<th colspan="3" style="text-align: right;">[[+label]]</th>
	<td style="text-align: center; width: 120px;">[[+value]][[if &subject=`[[+value2]]` &operator=`!empty` &then=`<br /><span class="price2">([[+value2]])</span>`]]</td>
</tr>
Placeholder Description
label Label for the item.
value The main value.
value2 The secondary value.




TOP