Non e' sufficiente

Codice PHP:
$totale 0;
foreach(
$ordine as $id_prodotto) {
    
$totale += $id_prodotto['prezzo_tot_prodotto'];

?