get_items(); if ( ! empty( $items ) ) { /** @var \WPChill\DownloadMonitor\Shop\Cart\Item $item */ foreach ( $items as $item ) { download_monitor()->service( 'template_handler' )->get_template_part( 'shop/cart/item', '', '', array( 'item' => $item, 'url_cart' => $url_cart ) ); } } ?>
 

service( 'template_handler' )->get_template_part( 'shop/cart/totals', '', '', array( 'cart' => $cart ) ); ?>