<?php foreach ( $items as $item ): ?>
<?php print theme( 'fulcrm_shoppingcart_cart_item', array( 'item' => $item ) ); ?>
<?php endforeach; ?>