You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
364 B
PHP
7 lines
364 B
PHP
<tr>
|
|
<td><?php print nl2br( check_plain( $item[ 'name' ] ) ); ?></td>
|
|
<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>
|