get_cart() as $cart_item_key => $item) { if (empty($item['studiou_fpp_file_record_id'])) { continue; } $line_product_id = (int) ($item['product_id'] ?? 0); if ($line_product_id !== (int) $product_id) { continue; } $lines[] = array( 'key' => $cart_item_key, 'item' => $item, ); $subtotal += (float) ($item['line_total'] ?? 0.0) + (float) ($item['line_tax'] ?? 0.0); } } ?>