actually adding something and then showing the cart
This commit is contained in:
5
fulcrm_shoppingcart_cart_items.tpl.php
Normal file
5
fulcrm_shoppingcart_cart_items.tpl.php
Normal 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; ?>
|
Reference in New Issue
Block a user