2016-03-27 22:35:01 +01:00
|
|
|
<tr>
|
2016-04-18 20:32:27 +01:00
|
|
|
<td><?php print nl2br( check_plain( $item[ 'name' ] ) ); ?></td>
|
2016-03-27 22:35:01 +01:00
|
|
|
<td class="text-right"><?php print check_plain( $item[ '_price' ][ 'format_item_net' ] ); ?></td>
|
|
|
|
<td class="text-right"><?php print check_plain( $item[ 'quantity' ] ); ?></td>
|
|
|
|
<td class="text-right"><?php print check_plain( $item[ '_price' ][ 'format_total' ] ); ?></td>
|
|
|
|
</tr>
|