Suma:

cart as $data => $value ) { foreach ( $value as $key => $val ) { $price = $val['ticket_price']; $quantity = $val['quantity']; $finalPrice += $price * $quantity; } } ?>