show PaymentItems
This commit is contained in:
4
fulcrm_shoppingcart_transaction_payment.tpl.php
Normal file
4
fulcrm_shoppingcart_transaction_payment.tpl.php
Normal file
@ -0,0 +1,4 @@
|
||||
<tr>
|
||||
<td colspan="3"><?php print check_plain( $item[ 'name' ] ); ?></td>
|
||||
<td class="text-right">–<?php print $item[ '_price' ][ 'format_total' ]; ?></td>
|
||||
</tr>
|
Reference in New Issue
Block a user