4 lines
142 B
PHTML
4 lines
142 B
PHTML
9 years ago
|
<?php foreach ( $items as $item ): ?>
|
||
|
<?php print theme( 'fulcrm_shoppingcart_cart_item', array( 'item' => $item ) ); ?>
|
||
|
<?php endforeach; ?>
|