[woocommerce_cart]
show_messages(); ?>
cart->get_cart() as $cart_item ) : $_product = $cart_item[‘data’]; if ( ! $_product->exists() || $cart_item[‘quantity’] == 0 ) continue; // Skip if product no longer exists or has been removed from cart ?>