actually adding something and then showing the cart

This commit is contained in:
2016-03-26 12:35:37 +00:00
parent 9940cc8940
commit 988f047622
5 changed files with 67 additions and 7 deletions

View File

@ -0,0 +1,5 @@
<?php print_r( $items ); ?>
<?php foreach ( $items as $item ): ?>
<?php print theme( 'fulcrm_shoppingcart_cart_item', array( 'item' => $item ) ); ?>
<?php endforeach; ?>