fetch lineitems; it's a cart not a basket

This commit is contained in:
2016-04-18 20:32:27 +01:00
parent ae6ecd8f39
commit 633676c3fc
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<tr>
<td><!-- <span class="pull-right"><a class="btn btn-xs btn-danger" title="Remove from cart" href="<?php /* print fulcrm_shoppingcart_remove_url( $item[ 'id' ] ); */ ?>"><span class="glyphicon glyphicon-trash"></span></a></span>--> <?php print nl2br( check_plain( $item[ 'name' ] ) ); ?></td>
<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>