cart.statusWrapper

Available Since: V1.0.0

The wrapper that groups all status lines together.

<table width="100%" border="0" class="cart orderstatus">
	<tr>
		<th scope="col">[[+dateTitle]]</th>
		<th scope="col">[[+statusTitle]]</th>
		<th scope="col">[[+commentTitle]]</th>
	</tr>
	[[+statusLines]]
</table>
Placeholder Description
dateTitle The title of the date column.
statusTitle The title of the status column.
commentTitle The title of the comment column.
statusLines The status lines as formatted by cart.statusLine




TOP