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