fulcrm_shoppingcart/fulcrm_shoppingcart_item.tpl.php

6 lines
232 B
PHP
Raw Normal View History

<tr>
<td><?php print check_plain( $item[ 'name' ] ); ?></td>
<td><?php print check_plain( $item[ 'product' ][ '_price' ][ 'format_total_net' ] ); ?></td>
<td><?php print check_plain( $item[ 'quantity' ] ); ?></td>
</tr>