fulcrm_shoppingcart/fulcrm_shoppingcart_transaction_payment.tpl.php

5 lines
174 B
PHP
Raw Normal View History

2016-05-16 21:06:27 +01:00
<tr>
<td colspan="3"><?php print check_plain( $item[ 'name' ] ); ?></td>
<td class="text-right">&ndash;<?php print $item[ '_price' ][ 'format_total' ]; ?></td>
</tr>