6 lines
171 B
PHP
6 lines
171 B
PHP
<?php print_r( $items ); ?>
|
|
|
|
<?php foreach ( $items as $item ): ?>
|
|
<?php print theme( 'fulcrm_shoppingcart_cart_item', array( 'item' => $item ) ); ?>
|
|
<?php endforeach; ?>
|